wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CS Terms and Vocab Practice Quiz 3

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.
Which of these is a standardized system for tagging text files to achieve font, color, graphic, and hyperlink effects on World Wide Web pages?
a)
Hypertext Markup Language
b)
Cascading Style Sheets
c)
Application Programming Interface
d)
PHP
2.
Which of these is a type of file which describes how HTML elements are to be displayed on screen, paper, or in other media. It saves a lot of work. It can control the layout of multiple web pages all at once. 
a)
Hypertext Markup Langage
b)
Cascading Style Sheets
c)
Application Programming Interface
d)
PHP
3.
The process of drawing the text, pictures, and user interface elements on the screen based on the HTML, CSS, and JavaScript of a web page is called . . .
a)
tags
b)
server
c)
client
d)
rendering
4.
A construct of HTML that is used to mark elements of a page with values and attributes.
a)
tags
b)
server
c)
client
d)
rendering
5.
A program or computer that accesses data from a server is called a . . .
a)
tags
b)
server
c)
client
d)
rendering
6.
The generic term for all types of names and addresses that refer to objects on the web. 
a)
URL
b)
Attribute
c)
API Server
d)
FTP 
7.
In Python, what data type is the variable x if 
x = '3'
a)
String
b)
Integer
c)
Float
d)
List
8.
In Python, what data type is the variable x if 
x = 3
a)
String
b)
Integer
c)
Float
d)
List
9.
In Python, what data type is the variable x if 
x = 3.0
a)
String
b)
Integer
c)
Float
d)
List
10.
In Python, what data type is the variable x if 
x = [0, 1, 2, 3]
a)
String
b)
Integer
c)
Float
d)
List
11.
The <img src=filename.jpg> html tag is used to . . .
a)
insert images on to web pages
b)
insert links on to web pages
c)
transfer files from web pages
d)
add sound files onto web pages
12.
The <a href=filename.html> html tag is used to . . .
a)
insert images on to web pages
b)
insert links on to web pages
c)
transfer files from web pages
d)
add sound files onto web pages
13.
the </ol> html tag is used to . . .
a)
start an unordered list on a web page
b)
start an ordered list on a web page
c)
end an ordered list on a web page
d)
end an unordered list on a web page
14.
How would Python evaluate the following expression. 
3/2
a)
32
b)
1.5
c)
1
d)
2
15.
How would Python evaluate the following expression. 
3**2
a)
32
b)
5
c)
6
d)
9
16.
How would Python evaluate the following expression. 
3*2
a)
32
b)
5
c)
6
d)
9
17.
How would Python evaluate the following expression. 
3/2.
a)
32
b)
1.5
c)
1
d)
2
18.
When using an API an "endpoint" refers to the . . .
a)
a unique url that contains all of the posted data for a particular application
b)
the last line of a "get" command
c)
the password needed to access data from the server
d)
the last line of a "post" command
19.
Data sent from a client to a server is called . . .
a)
a request
b)
a response
c)
an endpoint
d)
a post
20.
Data sent from a server to a client is called . . .
a)
a request
b)
 a response
c)
an endpoint
d)
a post