wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Ultimate Quiziz Part

Total questions: 28

Worksheet time: 25mins

Name
Class
Date
1.

is automatic legal protection granted to certain types of work indicating that the copyright holder owns the right to control the use of the work, including rights of publication, distribution, or sale.

(a)  

2.

As copyright is not given to the selection of a name, if a company wants to promote its goods it will normally (a)   its name and/or logo.

3.

A (a)   is legal protection for some kind of invention. Unlike copyright, a patent can apply to an idea so long as the idea is original (or novel), useful, and distinctive or non-trivial.

4.

An (a)   workspace is one where a file is hosted on a network, and users can sign in to get access to it.

5.

When you write a program using a compiled programming language, you must transform the code to an executable binary before it can run.

a)

True

b)

False

6.

A compiled program generally runs quickly compared to (a)   code.

7.

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

8.

A markup language is not a programming language

a)

True

b)

False

9.

A (a)   contains a value that can change during the execution of the program.

10.

A (a)   is a specific identifier that contains a value that cannot be changed within the program.

11.

A (a)   is generally targeted at completing a specific task, whether that task is based within a web-based application or is used by a network administrator to perform a repetitive administrative task.

12.

In term of application delivery, (a)   is very similar to the local network model except that clients connect to the application servers over the Internet.

13.

System memory uses a type of technology called (a)  

14.

when the computer is turned off, programs and data are stored on a Hard Disk Drive (HDD) or (a)  

15.

Consequently, display functions are often performed by a dedicated processor, referred to as the (a)  

16.

Modern CPUs run at 1 (a)   (GHz) or better

17.

HDMI supports both video and audio digital streams, plus remote control (CEC) and digital content protection (HDCP).

a)

True

b)

False

18.

When a ​ (a)   key in one table is referenced in another table, then in the secondary table, that column is referred to as a ​ (b)   . The structure of the database in terms of the fields defined in each table and the relations between primary and foreign keys is referred to as the ​ (c)  

Choose from the below words
primary
foreign key
schema.
19.

Data ​ (a)   Language (DML) commands allow you to insert or update records and extract information from records for viewing (a query):

  • ​ (b)   TableName—adds a new row in a table in the database.

  • ​ (c)   —changes the value of one or more table columns. This can be used with a WHERE statement to filter the records that will be updated. If no WHERE statement is specified, the command applies to all the records in the table.

Choose from the below words
Manipulation
INSERT INTO
UPDATE TableName
20.

A (a)   -tier client-server application separates the database engine, or back-end or data layer, from the presentation layer and the application layer, or business logic. The application and presentation layers are part of the client application.

21.

was used for older versions of Windows and is preserved under Windows for compatibility.

(a)  

22.

supports extended attributes, allowing for file-level security permissions, compression, and encryption.

(a)  

23.

Most Linux distributions use some version of the_______ file system to format partitions on mass storage devices.

a)

FAT

b)

FAT32

c)

ext4

d)

None of these

24.

Apple Mac workstations and laptops use the extended

(a)  

25.

It is a good idea to change the SSID from the default to something unique to your network

a)

True

b)

False

26.

What is the relationship between queries and reports?

a)

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

b)

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

c)

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

d)

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

27.

The rows in a relational database are also called records.

a)

True

b)

False

28.

A manager needs to view last month’s sales figures. Which of the following functionalities can be done with a query statement?

a)

Summarizing the data to provide statistics and totals

b)

Specifying criteria to match values in one or more fields