fundmentals of computing test

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

1/47

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:45 PM on 8/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

48 Terms

1
New cards

What is hardware?

Physical parts of a computer that you can touch.

2
New cards

What is software?

Programs/instructions that tell a computer what to do.

3
New cards

What does CPU stand for?

Central Processing Unit.

4
New cards

What does the CPU do?

It processes instructions and information.

5
New cards

What is a motherboard?

The main circuit board that connects the computer's components.

6
New cards

What is an input device?

A device used to send data or information into a computer.

7
New cards

What is an output device?

A device that presents information from a computer to the user.

8
New cards

What was an early computing device?

The abacus.

9
New cards

What is a programming language?

A language used to write instructions for a computer.

10
New cards

What are comments in code?

Notes written in code to explain what the code does.

11
New cards

What is lowerCamelCase?

A naming style where the first word starts lowercase and each following word starts with an uppercase letter.

12
New cards

What is Karel?

A programming environment/robot used to learn programming concepts.

13
New cards

What are basic Karel commands?

move, putBall, takeBall, and turnLeft.

14
New cards

What commands does Super Karel add?

turnRight and turnAround.

15
New cards

What direction can Karel NOT face?

Northwest.

16
New cards

What is indentation?

Spacing used to show the structure of code.

17
New cards

What key can be used to indent code?

The TAB key.

18
New cards

What is a function?

A named group of instructions that performs a task.

19
New cards

What must happen before you can call a function?

The function must be defined.

20
New cards

What is an IP address?

An address used to identify a device on a network.

21
New cards

What are fiber optic cables used for?

They transmit information over long distances using light.

22
New cards

What is the digital divide?

The gap between people who have access to technology/internet and those who do not.

23
New cards

What is a packet?

A small unit of data sent across a network.

24
New cards

What information can be included in a packet's label?

A FROM address, TO address, and order number.

25
New cards

What does a router do?

It directs packets between networks.

26
New cards

What does DNS stand for?

Domain Name System.

27
New cards

What does DNS do?

It translates domain names into IP addresses.

28
New cards

What is latency?

The time it takes for data to travel from a sender to a receiver.

29
New cards

Is low or high latency better?

Low latency.

30
New cards

What is redundancy in a network?

Having multiple paths so information can still travel if one path fails.

31
New cards

What is a histogram useful for?

Showing the frequency or distribution of data.

32
New cards

What is phishing?

A trick used to get people to give away private or sensitive information.

33
New cards

What is ransomware?

Malicious software that blocks access to data or systems and demands payment.

34
New cards

What does CIA stand for in cybersecurity?

Confidentiality, Integrity, and Availability.

35
New cards

What is a privacy policy?

A policy explaining how a company collects, uses, and may share data.

36
New cards

What is cyberbullying?

Using electronic communication to bully another person.

37
New cards

What is a digital footprint?

The trail of information and activity a person leaves online.

38
New cards

What is legal hacking?

Authorized security testing, such as penetration testing.

39
New cards

What does HTML stand for?

HyperText Markup Language.

40
New cards

What is HTML used for?

Creating the structure of webpages.

41
New cards

What symbols are used around HTML tags?

Angle brackets: < and >.

42
New cards

What does contain?

The visible content of a webpage.

43
New cards

What does

Sets the title of the webpage, commonly shown in the browser tab.

44
New cards

What does

create?


The largest heading.

45
New cards

What does

    create?

An ordered list.

46
New cards

What does

  • represent?
  • A list item.

    47
    New cards

    What does


    create?

    A horizontal line/rule.

    48
    New cards

    What does the src attribute tell you?

    The source/location of an image or other resource.