Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Ultimate Quiziz Pt 2

Total questions: 16

Worksheet time: 10mins

Name
Class
Date
1.

Which of the following is not an IoT device

a)

Washing Machine

b)

Thermostat

c)

Surface Pro tablet

d)

Security system

2.

Two of the basic functions of an OS is to provide an interface between the user and the computer as well as interact with the system hardware and input/output

a)

True

b)

False

3.

Which of the following is a compiled programming language

a)

Java

b)

JavaScript

c)

C++

d)

Linux

4.

Code written in a query language, such as Structured Query Language (SQL), is designed to (a)   specific records from a dataset.

5.

Most programming languages support container types called _______ that can grow or shrink in size as elements are added or removed.

a)

vectors

b)

delimiters

c)

query

d)

array

6.

When using POP3, the messages are usually deleted from the server when they are downloaded, though some clients have the option to leave them on the server.

a)

True

b)

False

7.

​ (a)   supports permanent connections to a server and connecting ​ (b)   clients to the same mailbox simultaneously. It also allows a client to manage the mailbox on the server, to ​ (c)   messages in ​ (d)   and control when they are deleted for instance, and to create multiple mailboxes.


Choose from the below words
IMAP
multiple
organize
folders
POP3
single
boxes
8.

What does Internet Message Access Protocol 4 (IMAP4) allow a user to do that Post Office Protocol 3 (POP3) does not?

a)

Download and send attachments to other email users

b)

Save emails locally rather than on a central email server

c)

View the same email from many different devices

d)

Use an unlimited amount of inbox storage space

9.

Which of the following statements best describes data persistence?

a)

Persistent data in a database consists of that group of rows in a table that is viewed and updated most frequently.

b)

Data in memory is lost once the processing is completed. Data in a database is stored persistently and securely so that it can be used again in the future.

c)

Data persistence refers to the length of time an item of data is stored after it is no longer of value to the user.

d)

Data in a database is protected by a password and persistently checked against intrusion.

10.

Why would a flat file system not be the optimum choice for data storage for an online shopping cart application?

a)

Flat file systems are not used for permanent and long-term data storage.

b)

Flat file systems are no longer supported by most programming languages.

c)

A flat file system doesn't support multiple concurrent users.

d)

A flat file system is a more complicated file structure than a database.

11.

What is the relationship between queries and reports?

a)

A query selects and retrieves the correct data, whereas a report formats and summarizes the output.

b)

A query produces output on the screen and a report produces output on the printer.

c)

A report filters the data values to provide only the needed data and a query retrieves it.

d)

“Report” and “query” are really two terms for the same thing.

12.

the “blueprint” of a database which describes how the data may relate to other tables or other data models.

(a)  

13.

Which of the following service would be most affected by weather

a)

cellular

b)

DSL

c)

fiber

d)

none of these

14.

What purpose does branching in programming serve?

a)

It is the process of declaring variables for specific conditions to condense a program.

b)

It controls flow within a program based on specific conditions

c)

It uses only text strings to increase efficiency during program execution.

d)

It stacks conditions in order to streamline the program.

15.

How is pseudocode used in programming?

a)

It is used to write informal programming code that is readable by humans.

b)

It is used to write formal code that is readable by machines.

c)

It is used to write formal programming code that is readable by humans.

d)

It is used to write informal code that is readable by machines

16.

Your team is developing a program and would like to create a visual representation of how it works. Which type would be most helpful?

a)

Pie chart

b)

Planning report

c)

Venn diagram

d)

Flowchart