wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

EDMD 2000: Digital Literacy and Computer Science in Education

Total questions: 78

Worksheet time: 26mins

Name
Class
Date
1.

Answers that are not true

a)

Coding is the same as computer science

b)

Students can learn all about computers by participating in one Hour of Code activities

c)

Computers affect many aspects of human life.

d)

Students learn how to dissect a frog to become a scientist.

e)

Hour of Code helps students experience that computer science is fun.

2.

What is the earliest known calculating device?

a)

Calculating clock

b)

abacus

c)

the ABC computer

d)

Difference Engine

3.

He is known as the “father of the computer.” His Difference Engine and Analytical Engine were the first automatic mechanical computers/calculators. What is the name of this inventor?

a)

Douglas Engelbart

b)

Bill Gates

c)

Edmund Berkeley

d)

Charles Babbage

4.

Who is the world’s first computer programmer?

a)

Alan Turning

b)

Steve Jobs

c)

Ada Lovelace

d)

Larry Page

5.

The world’s first computer programmer was a woman

a)

True

b)

false

6.

Beginning in 1994, the number of female computer science majors began to decline steadily.

a)

True

b)

False

7.

Providing early exposures and role models is important for students, particularly girls, to be interested in computer science

a)

True

b)

False

8.

One of the first business uses of computers is for the U.S. Census Bureau. Later the company that helps U.S. Census Bureau became a well-known technology company. What is the name of the company?

a)

Hewlett Packard

b)

International Business Machine (IBM)

c)

Apple

d)

Microsoft

9.

What is the name of the first general-purpose electronic computer?

a)

Mark II

b)

Deep Blue

c)

ENIAC (Electronic Numerical Integrator and Computer)

d)

Analytical Engine

10.

Learning computer science helps students develop ...

a)

Technical Skills

b)

Creativity

c)

Problem Solving

d)

Logical Thinking

11.

The main part or brain of the computer that processes instructions, performs calculations, and manages the flow of information through a computer system is called ...

a)

GPU

b)

CPU

c)

SSD

d)

RAM

12.

When you save a file, it is permanently saved on the:

a)

RAM

b)

Motherboard

c)

Hard Drive

d)

Monitor

13.

Select 3 input devices your computer uses:

a)

Mouse, Printer, CPU

b)

Mouse, Keyboard, Scanner

c)

Mouse, Keyboard, Monitor

d)

Mouse, Scanner, Printer

14.

... is the first program run on a computer when the computer boots up 

a)

Application Software

b)

System Operations

c)

Operating System

d)

Utility Software

15.

... states that the number of transistors on a microchip doubles about every two years, though the cost of computers is halved. This means that the power of computers continues to increase while the costs are cut in half 1-2 years. 

(a)  

16.

The motherboard is responsible for connecting and allowing communication between all hardware components in a computer.

a)

True

b)

False

17.

Which of the following is an example of system software?

a)

Windows 10

b)

Adobe Photoshop

c)

Microsoft Word

d)

Google Chrome

18.

Appropriate function of a printer

a)

output

b)

processing

c)

input

d)

storage

19.

Appropriate function of the CPU

a)

output

b)

processing

c)

input

d)

stoargae

20.

Appropriate function of a keyboard

a)

output

b)

processing

c)

input

d)

storage

21.

Appropriate function of the hard drive

a)

output

b)

processing

c)

input

d)

storage

22.

What does ASCII stand for?

a)

American Standard Code for International Integration

b)

Automated System for Code Interpretation

c)

American Standard Code for Information Interchange

d)

Association of Standardized Code Implementations

23.

How many bits are used to represent a character in ASCII?

a)

4 bits

b)

6 bits

c)

8 bits

d)

10 bits

24.

What is the ASCII code for the letter 'A'?

a)

65

b)

72

c)

97

d)

110

25.

What is the range of values for each color channel in the RGB model?

a)

0 to 100

b)

0 to 255

c)

0 to 365

d)

0 to 16,777,216

26.

If a pixel has RGB values (255, 0, 0), what color does it represent?

a)

White

b)

Black

c)

Green

d)

Red

e)

Blue

27.

When mixing all three RGB channels at their maximum intensity, what color is produced?

a)

Black

b)

White

c)

Gray

d)

Purple

28.

What is the base of the hexadecimal number system commonly used in color codes?

a)

8

b)

10

c)

16

d)

20

29.

In RGB hexadecimal notation, what color is represented by #00FF00?

a)

Red

b)

Green

c)

Blue

d)

White

30.

In hexadecimal, what is the maximum value represented by the character 'F'?

a)

10

b)

15

c)

255

d)

16

31.

What does 'RGB' represent?

(a)  

32.

In analog technology, information is represented using:

a)

Binary Code

b)

Continuous Signals

c)

Discrete Values

d)

Both continuous and discrete values

33.

Which of the following is a key advantage of digital over analog?

a)

Higher signal fidelity

b)

Simplicity of transmission

c)

Unlimited resolution

d)

Resistance to interference

34.

The output of a NOT gate is always the same as its input.

a)

True

b)

False

35.

What benefit is associated with the natural representation of information in analogue form?

a)

Preservation of subtle details

b)

Enhanced security

c)

Reduced bandwidth requirements

d)

Seamless integration with digital systems

36.

Which type of data compression is typically reversible, allowing for perfect reconstruction of the original data?

a)

Lossy

b)

Lossless

c)

Hybrid

d)

Entropy

37.

The amount of data required for high-quality sound in digital audio is generally higher than that needed for lower-quality sound

a)

True

b)

False

38.

In data compression, the process of removing unnecessary details or information is known as (a)   compression.

39.

Compression algorithms are only useful for text files and cannot be applied to multimedia files like images and videos.

a)

True

b)

False

40.

The technique or process of reducing the size of a file or data is commonly referred to as (a)  

41.

Which logic gate produces an output of 1 only when both inputs are 1?

a)

OR Gate

b)

AND Gate

c)

XOR Gate

d)

NOR Gate

42.

What is the output of an OR gate if both inputs are 0?

a)

0

b)

1

c)

2

d)

Depends

43.

What is the output of a NOT gate if the input is 1?

a)

0

b)

1

c)

2

d)

Depends

44.

Which of the following is a commonly used programming language?

a)

Python

b)

English

c)

Binary

d)

HTML

45.

What is the difference between coding and programming?

a)

They are the same thing

b)

Coding refers to writing code, while programming involves a broader process including planning, testing, and maintenance

c)

Coding is for beginners, programming is for experts

d)

Programming is only used for app development.

46.

What is the purpose of a logic gate in a digital circuit?

a)

To store electrical energy

b)

To amplify signals

c)

To perform logical operations on binary inputs

d)

To convert analog signals to digital

47.

Why do shorter signal paths in small circuits lead to faster performance?

a)

They increase signal travel time

b)

They reduce the amount of noise

c)

They lower the power supply requirements

d)

They decrease the time required for signal propagation

48.

What is the primary function of a transistor in electronic circuits?

a)

To store electrical energy

b)

To act as a switch or amplifier

c)

To convert analog signals to digital

d)

To generate electrical power

49.

JPEG compression is primarily used for text files.

a)

True

b)

False

50.

What is the Internet?

a)

 A collection of web pages found by their addresses

b)

A network of networks that provides the basis for the web.

c)

A standardized system for accessing and navigating the Internet.

d)

A way to access and share data.

51.

Who developed the World Wide Web?

a)

Sir Tim Berners-Lee at CERN

b)

The Department of Defense Advanced Research Projects Agency

c)

The Mozilla Foundation

d)

The European Physics Lab

52.

What is the relationship between the Internet and the World Wide Web?

a)

The Internet is a subset of the World Wide Web

b)

The World Wide Web is a subset of the Internet

c)

They are interchangeable terms

d)

The Web is a way to access data on top of the Internet infrastructure

53.

How large are IPv4 addresses in terms of bits?

a)

16 bits

b)

32 bits

c)

64 bits

d)

128 bits

54.

What does IP stand for in "IP address"?

a)

International Port

b)

Information Provider

c)

Internet Protocol

d)

Interconnected Pathway

55.

What is the purpose of an IP address?

a)

To identify the physical location of a computer

b)

To translate domain names into numerical addresses

c)

To establish a secure connection between devices

d)

To assign a unique identifier to each device on a network

56.

What does DNS stand for?

a)

Dynamic Network System

b)

Domain Name System

c)

Digital Network Service

d)

Data Networking Solution

57.

What is the purpose of DNS?

a)

To translate domain names into IP addresses

b)

To assign IP addresses to devices on a network

c)

To secure internet connections

d)

To provide web hosting services

58.

Every device connected to the Internet has a unique IP address.

a)

True

b)

False

59.

HTTP stands for Hypertext Transfer Protocol and is used for secure communication over the Internet.

a)

True

b)

False

60.

The internet relies on physical cables and wireless networks to transmit data between devices.

a)

True

b)

False

61.

What is the primary function of a router in a network?

a)

Storing data

b)

Managing network security

c)

Directing data packets between different networks

d)

Controlling hardware devices

62.

If your modem is functioning but your devices cannot connect wirelessly, the problem is most likely with the:

a)

Ethernet cable

b)

ISP's service line

c)

Modem firmware

d)

Router

63.

Which device converts analog signals from your internet service provider (ISP) into digital signals your devices can use?

a)

Switch

b)

Modem

c)

Firewall

d)

Router

64.

How to find IP address

a)

Wi-Fi settings

b)

look up "whats my IP address"

c)

you should know it

65.

Which of the following is a function of TCP?

a)

Ensuring the correct delivery of data packets

b)

Managing the physical connections between devices

c)

Encrypting data for secure transmission

d)

Controlling the flow of electricity in the network

66.

What is the role of routers on the internet?

a)

To break down data into packets

b)

To ensure all packets arrive at their destination at the same time

c)

To manage traffic and direct packets through networks

d)

To verify the delivery of packets using TCP

67.

How does a router determine the best path for data packets in a network?

a)

By sending the packets to all connected devices

b)

By using routing tables and algorithms to make decisions based on network congestion, link quality, and the most efficient route available.

c)

By randomly selecting a path for each packet

d)

By analyzing the content of each packet

68.

What is the purpose of an ISP (Internet Service Provider)?

a)

To design websites

b)

To manage domain registrations

c)

To provide access to the internet

d)

To develop networking protocols

69.

How does the use of optical fiber cables contribute to faster and more efficient data transfer?

a)

By facilitating the division of data into small packets for efficient routing.

b)

By assigning unique IP addresses to devices connected to the internet.

c)

By connecting satellites to data centers for faster data transfer.

d)

By converting data into light pulses for long-distance transmission.

70.

DNS servers store information about domain names and their corresponding IP addresses in a centralized database.

a)

True

b)

False

71.

What is the purpose of DNS in Internet communication?

a)

Encrypts data transmissions

b)

Establishes secure connections

c)

Converts IP addresses to domain names

d)

Determines network topology

72.

What is the purpose of public key cryptography in secure messaging on the internet?

a)

To encrypt data using a shared secret key between the sender and receiver.

b)

To decrypt data using a shared secret key between the sender and receiver.

c)

To encrypt data using a public key that can be shared with anyone.

d)

To decrypt data using a private key that only the receiver has access to.

73.

Which encryption method requires both the sender and receiver to agree on a secret key ahead of time?

a)

Symmetric encryption

b)

Asymmetric encryption

c)

Caesar's cipher

d)

Public key cryptography

74.

The Caesar cipher works by:

a)

Reversing the letters in a word

b)

Swapping letters with numbers

c)

Shifting letters by a fixed number of places in the alphabet

d)

Encrypting using two keys

75.

In public key encryption, who has access to the private key?

a)

Everyone on the Internet

b)

Only the sender

c)

Only the receiver

d)

The DNS server

76.

What does the “S” in HTTPS stand for?

a)

Server

b)

Speed

c)

Secure

d)

Service

77.

Why is Internet data divided into smaller packets before being sent?

a)

To help avoid congestion and allow data to travel different routes

b)

To reduce the file size

c)

To keep the Internet organized

d)

To make the data easier to print

78.

What type of transmission medium is most commonly used to carry Internet data over long distances under oceans?

a)

Satellite links

b)

Radio waves

c)

Microwave towers

d)

Fiber optic cables