wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Computer Literacy Final Question Bank

Total questions: 58

Worksheet time: 29mins

Name
Class
Date
1.
Which Microsoft program would you use to create a birthday party invitation?
a)
Microsoft Excel
b)
Microsoft Word
c)
Microsoft Access
d)
Microsoft PowerPoint
2.
What is a function in JavaScript?
a)
A. A type of loop
b)
B. A reusable block of code that performs a specific task
c)
C. A conditional statement
d)
D. A variable declaration
3.
Which of the following is the correct way to write an if statement in JavaScript?
a)
A. if [condition] {code}
b)
B. if (condition) {code}
c)
C. if condition then {code}
d)
D. if condition {code}
4.
What is the purpose of a while loop?
a)
A. To execute code exactly once
b)
B. To execute code a specific number of times
c)
C. To execute code as long as a condition is true
d)
D. To skip over a section of code
5.
In a for loop, which part specifies how many times the loop should run?
a)
A. The condition statement
b)
B. The increment/decrement statement
c)
C. The initialization statement
d)
D. The loop body
6.
What symbol is used to separate different parts of a for loop?
a)
A. Comma (,)
b)
B. Colon (:)
c)
C. Semicolon (;)
d)
D. Period (.)
7.
Which statement is used to make decisions in JavaScript?
a)
A. switch
b)
B. while
c)
C. for
d)
D. if
8.
What happens if none of the conditions in an if/else if/else statement are true?
a)
A. The code crashes
b)
B. The else block executes
c)
C. Nothing happens
d)
D. The program restarts
9.
How many times will a while loop run?
a)
A. Only once
b)
B. A fixed number of times
c)
C. As long as the condition remains true
d)
D. Exactly 10 times
10.
What is the difference between if/else and if/else if/else?
a)
A. There is no difference
b)
B. if/else if/else can check multiple conditions
c)
C. if/else is faster
d)
D. if/else if/else uses less memory
11.
What do we call a piece of code that does a specific task when we run it?
a)
A. A loop
b)
B. A function
c)
C. A variable
d)
D. A condition
12.
What is the purpose of the else statement?
a)
A. To check additional conditions
b)
B. To execute code when the if condition is true
c)
C. To execute code when the if condition is false
d)
D. To end the program
13.
How do you call a function in JavaScript?
a)
A. function.run()
b)
B. run function()
c)
C. functionName()
d)
D. call functionName
14.
If you have an if statement, what do the curly braces {} do?
a)
A. They make the code look nice
b)
B. They group together the code that should run if the condition is true
c)
C. They end the program
d)
D. They are optional and don't do anything
15.
Which loop would you use if you know exactly how many times you want to repeat something?
a)
A. while loop
b)
B. for loop
c)
C. if statement
d)
D. else statement
16.
What type of loop should we use when we want something to repeat until something is finished?
a)
A. for loop
b)
B. while loop
c)
C. if statement
d)
D. else statement
17.
In JavaScript, what is the correct way to write a comment?
a)
A. #comment
b)
B. //comment
c)
C. /*comment
d)
D. --comment
18.
What is the main purpose of a function?
a)
A. To store numbers
b)
B. To print text
c)
C. To organize code we want to use multiple times
d)
D. To make the program run faster
19.
When would you use a while loop instead of a for loop?
a)
A. When you want the code to run exactly 3 times
b)
B. When you don't know exactly how many times the code needs to repeat
c)
C. When you want the code to run faster
d)
D. When you want to stop the program
20.
What does the else part of an if/else statement do?
a)
A. Runs code when the if part is false
b)
B. Runs code when the if part is true
c)
C. Stops the program
d)
D. Repeats the code
21.
What happens when we put one loop inside another loop?
a)
A. The computer gets confused
b)
B. The first loop runs, then the second loop runs
c)
C. The inside loop runs for each time the outside loop runs
d)
D. Both loops run at the same time
22.
Which program is best for making charts and organizing numbers?
a)
Microsoft Word
b)
Microsoft Excel
c)
Microsoft PowerPoint
d)
Microsoft Access
23.
In Excel, what are the vertical lines of cells called?
a)
Rows
b)
Columns
c)
Tables
d)
Lines
24.
In Excel, what are the horizontal lines of cells called?
a)
Rows
b)
Columns
c)
Lines
d)
Sections
25.
In Excel, if you're in cell A1, which way would you move to get to B1?
a)
Down
b)
Up
c)
Right
d)
Left
26.
In Word, which button makes your text bigger?
a)
Font Size
b)
Bold
c)
Italic
d)
Underline
27.
In Microsoft Word, how do you make text bold?
a)
Press the space bar twice
b)
Click the bold button or press Ctrl+B
c)
Right-click the text
d)
Press Enter twice
28.
In Word, what happens when you highlight text and click the color button?
a)
The page changes color
b)
The text changes color
c)
The screen changes color
d)
Nothing happens
29.
In PowerPoint, what is each page called?
a)
Sheet
b)
Page
c)
Slide
d)
Screen
30.
What's the main purpose of PowerPoint?
a)
Writing letters
b)
Making presentations
c)
Creating spreadsheets
d)
Storing data
31.
In PowerPoint, what makes objects move on your slides?
a)
Animations
b)
Colors
c)
Text
d)
Pictures
32.
In PowerPoint, what's the best way to view all your slides at once?
a)
Print them
b)
Slide sorter view
c)
Close the program
d)
Delete them
33.
Which program would you use to store information about your school's books?
a)
Microsoft Word
b)
Microsoft PowerPoint
c)
Microsoft Access
d)
Microsoft Excel
34.
In Access, what is a collection of information called?
a)
Folder
b)
Table
c)
Page
d)
Sheet
35.
In Access, if you want to find all books written in 2020, what would you use?
a)
Table
b)
Query
c)
Form
d)
Report
36.
In Excel, which button adds up numbers in a column?
a)
AutoSum
b)
Calculate
c)
Total
d)
Add
37.
What's the first thing you should do after finishing your work?
a)
Close the program
b)
Turn off the computer
c)
Save your work
d)
Print your work
38.
If you want to start over with a blank document, what should you click?
a)
File > New
b)
Help
c)
Tools
d)
View
39.
Which button looks like a floppy disk in Microsoft programs?
a)
Print button
b)
Save button
c)
Copy button
d)
Delete button
40.
If you make a mistake, which button looks like a curved arrow pointing left?
a)
Delete button
b)
Undo button
c)
Save button
d)
Copy button
41.
Which best describes the primary purpose of an operating system?
a)
To create and edit documents
b)
To browse the internet
c)
To manage hardware and software resources
d)
To install new applications
42.
What is the main function of Random Access Memory (RAM)?
a)
To permanently store files
b)
To provide temporary working memory
c)
To process graphics
d)
To backup data
43.
In the context of cybersecurity, what is phishing?
a)
A type of computer virus
b)
A secure password method
c)
A deceptive attempt to steal personal information
d)
A firewall protection system
44.
What is the primary advantage of cloud computing?
a)
Faster internet speed
b)
Better graphics quality
c)
Access to data from anywhere with internet
d)
Improved computer processing speed
45.
Which file extension is typically associated with spreadsheet files?
a)
.doc
b)
.xlsx
c)
.jpg
d)
.txt
46.
What does CPU stand for in computing?
a)
Computer Processing Unit
b)
Central Program Utility
c)
Central Processing Unit
d)
Computer Program Usage
47.
What is the function of a firewall in computer security?
a)
To cool down the computer
b)
To store sensitive data
c)
To monitor and control network traffic
d)
To increase internet speed
48.
What is the primary purpose of an antivirus program?
a)
To speed up the computer
b)
To organize files
c)
To protect against malicious software
d)
To improve display resolution
49.
Which protocol is used for secure internet transactions?
a)
FTP
b)
HTTPS
c)
HTTP
d)
SMTP
50.
Which type of software license allows users to freely modify and distribute the code?
a)
Proprietary
b)
Trial
c)
Open source
d)
Shareware
51.
Which of these is a characteristic of machine learning?
a)
Manual data processing
b)
Static programming
c)
Pattern recognition and adaptation
d)
Fixed response systems
52.
What is the primary purpose of RAM in a computer system?
a)
Long-term data storage
b)
Processing calculations
c)
Temporary data access and storage
d)
Graphics rendering
53.
Which file system feature helps prevent data loss in case of system failure?
a)
File compression
b)
File encryption
c)
Automatic backup
d)
File indexing
54.
What is the main advantage of cloud-based software applications?
a)
Faster processing speed
b)
Better graphics quality
c)
Access from any device with internet
d)
Reduced electricity consumption
55.
In the context of cybersecurity, what is phishing?
a)
Installing software updates
b)
Creating strong passwords
c)
Using encryption
d)
Attempting to steal personal information
56.
Which programming concept is used to repeat a set of instructions?
a)
Loop structures
b)
Variables
c)
Functions
d)
Comments
57.
What is the main function of an algorithm?
a)
Store data
b)
Display graphics
c)
Solve problems step by step
d)
Connect to internet
58.
Which protocol is used for secure website connections?
a)
FTP
b)
HTTP
c)
HTTPS
d)
SMTP