wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

General IT

Total questions: 29

Worksheet time: 1hrs 5mins

Name
Class
Date
1.

Games are type of application software

a)

Yes

b)

No

2.

A world wide network of interconnected network of computers

a)

LAN

b)

WAN

c)

MAN

d)

Internet

3.

A trackball is an output device

a)

Yes

b)

No

4.

A _____ is a pathway on a circuit board through which data moves.

a)

Router

b)

Chipset

c)

Bus

d)

Motherboard

5.

Wi-Fi is a synonym for Bluetooth.

a)

Yes

b)

No

6.

A _____/server network contains at least one server

a)

Chipset

b)

Client

c)

Customer

d)

Router

7.

The Internet is based on what protocol suite?

a)

TCP/IP

b)

WiFi

c)

LAN

d)

WAN

8.

How many bits make a byte?

a)

8

b)

12

c)

16

d)

24

9.

What is the meaning of CPU?

a)

Central Processor Utility

b)

Center Processing Unit

c)

Central Processing Utility

d)

Central Processing Unit

10.

The process of starting or restarting a computer is called:

a)

Booting

b)

Startup point

c)

Connecting

d)

Restarting

11.

Hard disk is:

a)

Compact Disk

b)

Hard drive disk

c)

Floppy Disk

d)

Fixed Disk

12.

One component of the motherboard is:

a)

BIOS

b)

Processor

c)

Computer Chip

d)

Transistor

13.

Which of the items is an input device?

a)

Printer

b)

Monitor

c)

Keyboard

d)

Scanner

14.

The largest key on the Keyboard is the shift key:

a)

Yes

b)

No

15.

Which of the following is hardware? 

a)

Monitor

b)

Operating System

c)

Microsoft Office

d)

Program

16.

What does RAM stand for? 

a)

Random Accessibility Memory

b)

Read Access Memory

c)

Random Access Memory

d)

Review Accessibility Memory

17.

What does BIOS stand for? 

a)

Basic Inbox Outbox System

b)

Basic Input Output System

c)

Basic In Out System

d)

Basic indoor outdoor service

18.

Reducing a window until it becomes a button on the taskbar is called?

a)

Maximize

b)

Restore

c)

Collapse

d)

Minimize

19.

Whats the name of this subject's instructor? (Surname, FirstName - e.g. Abrenica, John Aljur)

(a)  

20.

Rose has just constructed her first for loop within the Java language.  Which of the following is not a required part of a for loop?

a)

Initialization

b)

Condition

c)

Variable

d)

Increment

21.

Which command will stop an infinite loop?

a)

Alt + C

b)

Ctrl + C

c)

Esc

d)

Shift + C

22.

Paul is considering adding a repetition statement within his Java programming final project. Jay is unsure of the number of times each loop needs to execute. Analyze the conditional statements below and select which statement best fits the need identified by Jay within his programming.

a)

While Loop

b)

If Else

c)

For Loop

d)

Switch statement

23.

A loop that never ends is referred to as a(n)_________

a)

While Loop

b)

For Loop

c)

Recursive Loop

d)

Infinite Loop

24.

_______ is the process of finding errors and fixing them within a program

a)

Compiling

b)

Executing

c)

Debugging

d)

Scanning

25.

Julius needs to execute a section of code ten times within a program. Compare the selection structures below and select which one meets the needs identified.

a)

If Else

b)

While

c)

For

d)

If Statement

26.

Which of the sets of statements below will add 1 to x if x is positive and subtract 1 from x if x is negative but leave x alone if x is 0?

a)

If (x > 0) x++;else x--;

b)

If (x > 0) x++;else if (x < 0) x--;

c)

If (x == 0) x = 0;else x++;x--;

d)

X++;x--;

27.

Analyze the following error that was received when Victoria tried to compile his java program named average. Average.java:14: 'else' without 'if' else ^ Which of the following could have resulted in the error being generated?

a)

Victoria used an infinite loop within his program

b)

Victoria placed a semicolon at the end of an If statement

c)

Victoria used an incorrect looping structure

d)

Victoria omitted a line of code below the If statement such as a System.out.pritnln or a Keybaord.readInt();

28.

During program development, software requirements specify

a)

How the program will accomplish the task

b)

What the task is that the program must perform

c)

How to divide the task into subtasks

d)

How to test the program when it is done

29.

Which of these is NOT one of the five parts of an information system?

a)

Data

b)

Procedures

c)

People

d)

Network