Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ICS3U1-UNIT1 Summary Quiz

Total questions: 80

Worksheet time: 7hrs 40mins

Name
Class
Date
1.

HTML stands for...

a)

Hyper Time Multiple Language

b)

Hyper Text Mark-up Language

c)

Hippo T-Rex Mascot Lemur

d)

Hipper Text Make Language

2.

Which is the proper way to write an h1 tag

a)

<h1>Hello</h1>

b)

<h1>"Hello

c)

{h1}Hello{/h1}

d)

<h1>Hello<h1>

3.

<p> tag is for...

a)

Page of Text

b)

Picture

c)

Paragraph of text

d)

Pineapples

4.

Which of the following codes would create a horizontal line

a)

<br>

b)

<h1></h1>

c)

<hr>

d)

<p>

5.

Which code below is correct for a hyperlink

a)

<a>

"https://google.com"

Click Me

</a>

b)

<a>Click Me>

"https://google.com"

</a>

c)

<a herf="https://google.com">

Click Me

</a>

d)

<a href="https://google.com">

Click Me

</a>

6.

src attribute in an image tag means what?

a)

Source of the image

b)

Name of the image

c)

Description of the image

d)

Not used with image tag

7.

What is the font size in this code: <p style=“color:blue; background-color:yellow;

font-size:60px”>Hello</p>

a)

20pixles

b)

40pixels

c)

50pixels

d)

60pixels

8.

Which of these tags is not one of the basic document tags every web page begins with?

a)

<html>

b)

<head>

c)

<title>

d)

<body>

e)

<h2>

9.

Which attribute contains the URL to a linked web page?

a)

href

b)

type

c)

src

d)

name

10.

The <img> tag is used to mark what type of content?

a)

graphics

b)

video

c)

hyperlinks

d)

data tables

11.

Which attribute contains the path to an image file?

a)

src

b)

href

c)

alt

d)

type

12.

sets the color of words in a paragraph

a)

h1 {

color: pink;

}

b)

img {

color: pink;

}

c)

body {

color: pink;

}

d)

p {

color: pink;

}

13.
If you want to have more than one property for a CSS selector, what character separates them?
a)
comma (,)
b)
semi-colon (;)
c)
colon (:)
d)
dash (-)
14.
What does CSS stand for? 
a)
Creative Style Sheets
b)
Cascading Style Sheets
c)
Colorful Style Spread
d)
Computer Style Spread
15.
Where in the HTML document is the correct location to insert code to link to your external CSS? 
a)
In the <head> section
b)
In the <body> section
c)
At the very end of the document
d)
At the very beginning of the document
16.
Which is correct CSS syntax? 
a)
{ body; color=black;}
b)
body: color= black
c)
body {color:black;}
d)
(body color is black) 
17.
What symbols go around the properties for each CSS selector?
a)
< >
b)
[ ]
c)
{ }
d)
( )
18.
Which CSS code is incorrect?
a)
a {color: blue;}
b)
p {font-size: 10px;}
c)
body {background-color="red";}
d)
img {width: 100%;}
19.
Which is the value in this CSS?
p {color: red;}
a)
p
b)
color
c)
red
d)

na

20.
Which is the selector for a link?
a)
a { }
b)
link { }
c)
href { }
d)
a href { }
21.
Which CSS code centers text?
a)
p {align: center;}
b)
p {text-align: center;}
c)
p {align=center;}
d)
p {center;}
22.
Which is the selector in this CSS?
p {color: red;}
a)
p
b)
color
c)
red
d)

na

23.
Which is the property in this CSS?
p {color: red;}
a)
p
b)
color
c)
red
d)

na

24.
Which is the Value in the CSS?
p {color: red;}
a)
p
b)
color
c)
red
d)

na

25.
A selector (ex: h1{ } ) can only have 1 property
a)
true
b)
false
c)

na

d)

na

26.
Convert 128 to binary
a)
10000000
b)
01111110
c)
10000001
d)
11001100
27.
Convert 11111111 to decimal
a)
255
b)
245
c)
235
d)
225
28.
What are the only two numbers you can use in binary?
a)
0 and 1
b)
1 and 2
c)
1, 2, 3, 4, 5, 6, 7, 8, 9, 10
d)
1, 2, 4, 8, 16
29.

Which of these are the correct place values for binary?

a)

128,64,32,16,8,4,2,1

b)

128, 68,34,12,6,4,2,1

c)

1,0

d)

0,1

30.
If a binary number ends with a 1, it must be...
a)
An odd number
b)
An even number
c)
A prime number
d)
The number 12
31.
What is the point of binary?
a)
It represents how computers interpret electrical signals
b)
Because we like to make you do extra maths ;-D
c)
For the lulz
d)
Because it describes star systems
32.
How would you write the number two in binary?
a)
1001
b)
0001
c)
0000
d)
0010
33.
Computers can only understand 0s and 1s.
a)
True
b)
False
c)

na

d)

na

34.
A bit is 
a)
a numerical label assigned to each device.
b)
the smallest unit of data in a computer.
c)
a keyboarding term for typing.
d)
is a numeral system made up of 16 symbols.
35.
A group of 8 bits is known as a gigabyte.
a)
True
b)
False
c)

na

d)

na

36.
8 bytes = 1 bit
a)
TRUE
b)
FALSE
c)

na

d)

na

37.
How would you write the number 4 in binary code?
a)
0100
b)
0000
c)
0001
d)
0010
38.
Convert 254 to binary
a)
11110000
b)
11111100
c)
11111111
d)
11111110
39.
Convert 196 to binary
a)
11000110
b)
11100100
c)
11000100
d)
11010100
40.
Convert 00010001 to decimal
a)
17
b)
27
c)
37
d)
47
41.
Convert 11001100 to decimal
a)
224
b)
134
c)
104
d)
204
42.
Convert 01000100 to decimal
a)
58
b)
68
c)
78
d)
88
43.

What is 010 + 010?

a)

110

b)

010

c)

100

d)

011

44.

What is 1010 + 0101?

a)

1011

b)

1001

c)

1111

d)

0111

45.

How many bits in a nibble?

a)

2

b)

4

c)

8

d)

1

46.

State the decimal representation for the hexadecimal number C

a)

12

b)

13

c)

14

d)

15

47.

The hexadecimal number FF has the value of 255 in decimal -

a)

TRUE

b)

FALSE

c)

na

d)

na

48.
Decimal numbers are base 
a)
2
b)
4
c)
8
d)
10
49.

Why was hex created?

a)

To simplify the representation of binary sequences

b)

Letters needed to be used more in life

c)

It actually came before binary

d)

To confuse students in their GCSEs

50.

Where is hexadecimal used on the internet?

a)

To represent colours (RGB values)

b)

It's written into every website to display text

c)

Videos are stored in hex

d)

On BBC Bitesize and that's the only place you'll ever find it

51.
Convert 1F in Hexadecimal to Decimal
a)
31
b)
16
c)
23
d)
19
52.
What is the base of hexadecimal?
a)
2
b)
10
c)
16
d)
32
53.
What letters does hexadecimal use?
a)
A-F
b)
A-D
c)
P-W
d)
A-Z
54.
If I have 1A16 Berries, and I eat 2, how many berries do I have, in Base 10?
a)
26
b)
25
c)
24
d)
23
55.
Convert! 
1001 1101 11012 In to Hexadecimal
a)
1001 1101 11012
is 9DD16
b)
1001 1101 11012 
is 8CC16
c)
1001 1101 11012 
is ADD16
d)
1001 1101 11012
is 5FF16
56.
Convert! 
10110110 in to base 10! 
a)
255
b)
171
c)
182
d)
209
57.
Convert the Hex number DA to binary.
a)
11001010
b)
11011011
c)
11011010
d)
11011110
58.
Convert the Hex number B9 to binary.
a)
10111001
b)
10111000
c)
10111101
d)
10101001
59.
Convert the binary number 01010101 to Hex
a)
44
b)
55
c)
66
d)
77
60.
Convert the binary number 10101010 to Hex
a)
AA
b)
BB
c)
CC
d)
DD
61.

The hardware of a computer system is ...

a)

intangible

b)

tangible

c)

smaller than the software

d)

na

62.

The ______________ components of a computer system are the intangible parts: the data and the computer programs.

a)

hardware

b)

basic

c)

inline

d)

software

63.

The ________ is a group of wires on the main circuit board of the computer.

a)

linear system

b)

bus

c)

interface

d)

electrical

64.

CPU is an acronym for ....

a)

central protection unit

b)

calculated processing unit

c)

central processing unit

d)

certain painful unit

65.

Which is faster: main or secondary memory?

a)

main

b)

secondary

c)

neither

d)

they're both the same

66.

Which is more closely connected to the computer's CPU? main or secondary memory

a)

main

b)

secondary

c)

neither

d)

they're both the same distance

67.

Data and programs on the hard disk are organized into ______________--named sections of the disk.

a)

folders

b)

programs

c)

hard drive partitions

d)

files

68.

What is an example of an input device?

a)

printer

b)

speaker

c)

keyboard

d)

monitor

69.

A computer that is dedicated to running a program that controls another device is an________________________.

a)

machine

b)

software

c)

CPU

d)

embedded system

70.

Which of the following is not a category of software?

a)

system

b)

application

c)

linear

d)

operating systems

71.

What term is used to describe the process of starting up a computer?

a)

kick

b)

start

c)

boot

d)

shoe

72.

The computers in your house connected to each other are part of a .....

a)

LAN

b)

WAN

c)

SAN

d)

FAN

73.

A set of rules for how two computers communicate is referred to as a ____________________?

a)

rule set

b)

protocol

c)

data rules

d)

communication language

74.

One advantage of a binary system is that it ....

a)

is difficult to master

b)

makes a lot of sense

c)

simple to build

d)

difficult to design

75.

An example of a binary device would be...

a)

a lawnmower cutting grass

b)

a dimmer switch

c)

a simple light bulb switch

d)

a paint machine

76.

An analog signal is not used in computer systems because...

a)

it has a lot of discrete states

b)

it is too easy to build

c)

it is too fast

d)

it has continuously changing values

77.

What was used to control the Analytical machine?

a)

computer

b)

punch cards

c)

binary code

d)

nothing

78.

Programming is often considered an __________ form?

a)

binary

b)

logical

c)

procedural

d)

art

79.

A primitive calculator consisting of gears and levers.

a)

Antikythera Mechanism

b)

Procedural Machine

c)

Logic Device

d)

Binary Mechanism

80.

The Al-Jazari was a device notable for its use of ______________.

a)

logic

b)

variables

c)

data constructs

d)

memory