Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Pretest Computer Science

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

Which of the following describes a task effectively broken into smaller parts?

I. Opening a spreadsheet document

II. Making pancakes by getting out the ingredients, mixing the batter, and cooking on the stove

III. Listening to your teacher explain an assignment

a)

I and II

b)

I and III

c)

II alone

d)

None of the above

2.

If x represents the area of the number line colored green, which inequality accurately reflects the value of x?

a)

x < 3x\ <\ 3

b)

x > 3x\ >\ 3

c)

x ≤ 3x\ \le\ 3

d)

x ≥ 3x\ \ge\ 3

3.

Karel the Dog is instructed to move forward two spaces. Then, if Karel is standing on a ball, Karel will move forward two spaces. Otherwise, Karel will turn around and move forward one space. Given the starting point below, where will Karel end up?

a)
b)
c)
d)
4.

Which of the following statements are true about the impact of the Internet?

I. The Internet connects devices and networks all over the world

II. There are no negative consequences of the Internet, it is purely positive

III. The Internet helps people communicate

IV. The Internet helps people collaborate to solve problems

a)

I only

b)

I and II only

c)

I, III and IV

d)

I, II, III and IV

5.

Which binary value is equal to this decimal number

a)
b)
c)
d)
6.

Which of the following is an example of an HTML tag?

a)

#alert

b)

<p>

c)

font-size: 20 px;

d)

.paragraph

7.

Which of the following are examples of encoding information?

I. Storing location in the form of GPS coordinates

II. Every student in a class has a unique first and last name

III. Every book in a bookstore has a corresponding barcode number

a)

I and II

b)

I and III

c)

III only

d)

I, II and III

8.

Given the following program, how many times will Karel move?

function start(){

while(frontIsClear()){

move();

}

}

a)

0

b)

1

c)

5

d)

6

9.

Which of the following choices are components of a computer’s hardware?

 I. Operating System

 II. CPU

 III. Memory

 IV. Motherboard 

V. User Applications

a)

I, II and III

b)

IV only

c)

II, III and IV

d)

I, II, III, IV and V

10.

Which of the following statements are true about the infrastructure of the Internet?

I. For any two points on the Internet, there exists only one path between the two points.

II. There is a direct connection between any two points on the Internet.

III. Routing on the Internet is fault tolerant and redundant

a)

I and III

b)

III only

c)

I, II and III

d)

II and III

11.

Which of the following is true of HTML and CSS

a)

CSS wasn’t intended to be able to style web pages; HTML allows developers to add style.

b)

Using both HTML and CSS allows developers to separate the content of a web page from the design of a web page

c)

HTML is typically used to modify the style of a website at a large scale, while CSS is used to style smaller, more simple websites.

d)

HTML and CSS play similar roles in web design, but most developers prefer using one over the other.

12.

Which of the following is true about pixels?

I. A pixel is a single tiny dot, or square, of color in a digital image

II. A pixel is often multi-colored

III. The color value of a pixel is stored as a sequence of numbers

IV. Pixel is just another name for a digital image

a)

I

b)

I, II and III

c)

I and III

d)

I, II, III and IV

13.

What does RGB stand for, and what is the RGB color scheme?

a)

Registered Graphic Byte—a protocol for sending and receiving color image files over the Internet

b)

Red, Green, Blue—system for obtaining any color in the visible spectrum by combining red, green, and blue light in various proportions

c)

Raster Graphic Bitmap—a dot matrix data structure that represents a rectangular grid of pixels

d)

Rendered Grid Boundary—a system for determining which colors a computer screen is capable of displaying

14.

Which of the following pixels has a color value of #00ff00 (expressed in hexadecimal)?

a)

White pixel

b)

Blue pixel

c)

Green pixel

d)

Red pixel

15.
a)

Motherboard

b)

CPU

c)

Operating System

d)

Floppy Disk