10th Grade Comp. Sci. Year-End Final Study Guide 2026

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/69

flashcard set

Earn XP

Description and Tags

Comprehensive vocabulary flashcards covering general computer science knowledge, Scratch, History of Computers, HTML, Python, Digital Citizenship, and Google Suite as per the 10th Grade Study Guide.

Last updated 11:12 PM on 5/17/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

70 Terms

1
New cards

CPU

Stands for Central Processing Unit.

2
New cards

Hardware

The physical parts of a computer.

3
New cards

Software

The programs and applications used by a computer.

4
New cards

Operating System

Software that manages computer hardware and runs programs.

5
New cards

RAM

Random Access Memory; it temporarily stores data the computer is actively using.

6
New cards

Network

A group of connected computers that share information and resources.

7
New cards

Input Devices

Devices that send data to the computer.

8
New cards

Output Devices

Devices that display information from the computer.

9
New cards

Debugging

Finding and fixing errors in a program.

10
New cards

Algorithm

A step-by-step set of instructions to solve a problem.

11
New cards

Cloud Computing

Using internet-based servers to store and access data and programs.

12
New cards

Cybersecurity

The purpose of protecting computers, networks, and data from attacks or unauthorized access.

13
New cards

Sprite

A character or object that performs actions in a Scratch project.

14
New cards

Stage

The area in Scratch where the project takes place.

15
New cards

Event Blocks

The type of block that starts a program in Scratch.

16
New cards

Motion Blocks

Blocks used to move sprites around the Stage in Scratch.

17
New cards

Looks Blocks

Blocks that control a sprite's appearance, speech, and visual effects.

18
New cards

Script

A set of connected blocks that tells a sprite what to do.

19
New cards

Loop

Used to repeat actions multiple times.

20
New cards

Costume

Changes a sprite's appearance in Scratch.

21
New cards

Backdrop

Changes the Stage background in Scratch.

22
New cards

Forever block

Repeats code continuously until the program stops.

23
New cards

Variable (Scratch)

Used to store changing information such as scores or timers.

24
New cards

Charles Babbage

The individual known as the 'Father of the Computer'.

25
New cards

ENIAC

The first electronic general-purpose computer; stands for Electronic Numerical Integrator and Computer.

26
New cards

Transistor

The invention that allowed computers to become smaller and faster while replacing vacuum tubes.

27
New cards

Apple

The company that created the Macintosh computer.

28
New cards

1980s

The decade in which personal computers became popular in homes.

29
New cards

Bill Gates and Paul Allen

The co-founders of Microsoft.

30
New cards

Kenbak-1

Considered the first personal computer, created by John Blankenbaker in San Franciso, CA.

31
New cards

HTML

Stands for HyperText Markup Language.

32
New cards

<p>

The tag used to create a paragraph in HTML.

33
New cards

<img>

The tag used to insert an image in HTML.

34
New cards

Purpose of <head>

The section in HTML that stores information about the webpage such as the title and links to stylesheets.

35
New cards

<a>

The tag that creates a hyperlink in HTML.

36
New cards

<br>

The tag used to create a line break in HTML.

37
New cards

<h1>

The HTML tag used for the largest heading.

38
New cards

CSS

Used in web design to style and format webpages.

39
New cards

Attribute

Extra information added to an HTML tag.

40
New cards

<ul>

The tag used to create an unordered list in HTML.

41
New cards

Python

A high-level programming language.

42
New cards

#

The symbol used for comments in Python.

43
New cards

print()

The function that displays text on the screen in Python.

44
New cards

Variable (Python)

A named storage location for data.

45
New cards

Integer (int)

A data type that stores whole numbers.

46
New cards

if statement

Used for making decisions in a program.

47
New cards

for loop

A loop that repeats code a specific number of times.

48
New cards

Indentation

Used in Python to organize and define blocks of code.

49
New cards

++

The operator used for addition in Python.

50
New cards

input()

The function that allows the user to enter information into the program.

51
New cards

Digital citizenship

Responsible and appropriate use of technology and the internet.

52
New cards

Cyberbullying

Using technology to harass or hurt others.

53
New cards

Digital Footprint

A record of online activity representing responsible and respectful online behavior.

54
New cards

Passwords addresses, phone numbers and personal information

Should not be shared online

55
New cards

Plagiarism

Using someone else's work without giving credit.

56
New cards

Why should you verify information found online?

Because not all online information is accurate or trustworthy

57
New cards

Phishing

A scam used to steal personal information through fake emails or websites.

58
New cards

How consumption media affect future opportunities?

Future employers in colleges may view online behavior

59
New cards

What should you do if you receive a suspicious email?

Do not click on links and report or delete the email

60
New cards

Google Docs

A program used for creating and editing documents.

61
New cards

Google Slides

A program used to create presentations and slide shows.

62
New cards

Google Sheets

A program mainly used for organizing and analyzing data.

63
New cards

Google Forms

A program used for creating surveys, quizzes, and forms.

64
New cards

Google Drive

An online storage system for files and folders.

65
New cards

How can multiple people work on the same Google document?

Through sharing and collaboration features

66
New cards

Version History

A feature in Google Suite that allows users to see previous versions of a file.

67
New cards

Sharing Permissions

Settings in Google Drive used to control who can view, comment, or edit files.

68
New cards

Bug

An error in a program.

69
New cards

What is the benefit of cloud based programs?

Files can be accessed anywhere with Internet access

70
New cards

What tool in Google Docs checks spelling and grammar

Spellcheck and grammar check