wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Multimedia and DTP Quiz

Total questions: 42

Worksheet time: 21mins

Name
Class
Date
1.

What is multimedia?

a)

a type of computer hardware

b)

a type of computer software

c)

a type of computer network

d)

the use of multiple forms of media to communicate information

2.

________ has five major components like text, images, sound, video and animation.

a)

Multimedia

b)

Master Page

c)

Master item

d)

Multi-word

3.

What is a raster image?

a)

a type of image made up of pixels

b)

a type of image made up of geometric shapes

c)

a type of image made up of text

d)

a type of image made up of sound waves

4.

What is a vector image?

a)

a type of image made of pixels

b)

a type of image made up of geometric shapes

c)

a type of image made up of text

d)

a type of image made up of sound waves

5.

Which of the following is a raster image file format?

a)

JPEG

b)

EPS

c)

CDR

d)

SVG

6.

Which of the following is a vector image file format?

a)

PSD

b)

JPEG

c)

EPS

d)

BMP

7.

RTF (Rich Text Format) file format was introduced by __________

a)

TCS

b)

Microsoft

c)

Apple Inc.

d)

IBM

8.

The expansion of JPEG is _____________

a)

Joint Photographic Experts Group

b)

Joint Photo Experts Group

c)

Join Photon Experts Group

d)

Joint Photographic expressGroup

9.

AIFF file format was developed by _______

a)

TCS

b)

Microsoft

c)

Apple Inc.

d)

IBM

10.

Which of the following is an audio file format?

a)

MP3

b)

AVI

c)

MPEG

d)

PNG

11.

DTP stands for ______________

a)

Desktop Publishing

b)

Desktop Publication

c)

Doctor To Patient

d)

Desktop Printer

12.

____________ is a DTP software.

a)

Lotus 1-2-3

b)

PageMaker

c)

Maya

d)

Flash

13.

Which menu contains the New option?

a)

File menu

b)

Edit menu

c)

Layout menu

d)

Type menu

14.

In PageMaker Window, the area outside of the dark border is referred to as _________.

a)

page

b)

pasteboard

c)

blackboard

d)

dashboard

15.

Shortcut to close a document in PageMaker is ______________

a)

Ctrl + A

b)

Ctrl + B

c)

Ctrl + C

d)

Ctrl + W

16.

A __________ tool is used for magnifying the particular portion of the area.

a)

Text tool

b)

Line tool

c)

Zoom tool

d)

Hand tool

17.

_________ tool is used for drawing boxes.

a)

Line

b)

Ellipse

c)

Rectangle

d)

Text

18.

Place option is present in _____________ menu.

a)

File

b)

Edit

c)

Layout

d)

Window

19.

To select an entire document using the keyboard, press ___________

a)

Ctrl + A

b)

Ctrl + B

c)

Ctrl + C

d)

Ctrl + D

20.

Character formatting consists of which of the following text properties?

a)

Bold

b)

Italic

c)

Underline

d)

All of these

21.

Which tool lets you edit text?

a)

Text tool

b)

Type tool

c)

Crop tool

d)

Hand tool

22.

Shortcut to print a document in PageMaker is ___________

a)

Ctrl + A

b)

Ctrl + P

c)

Ctrl + C

d)

Ctrl + V

23.

Which language is used to request information from a Database?

a)

Relational

b)

Structural

c)

Query

d)

Compiler

24.

The ---------- diagram gives a logical structure of the database graphically?

a)

Entity-Relationship

b)

Entity

c)

Architectural Representation

d)

Database

25.

An entity set that does not have enough attributes to form primary key is known as

a)

Strong entity set

b)

Weak entity set

c)

Identity set

d)

Owner set

26.

---------- Command is used to delete a database.

a)

Delete database database_name

b)

Delete database_name

c)

drop database database_name

d)

drop database_name

27.

MySQL belongs to which category of DBMS?

a)

Object Oriented

b)

Hierarchical

c)

Relational

d)

Network

28.

MySQL is freely available and is open source.

a)

True

b)

False

29.

---------- represents a "tuple" in a relational database?

a)

Table

b)

Row

c)

Column

d)

Object

30.

Communication is established with MySQL using

a)

SQL

b)

Network calls

c)

Java

d)

API's

31.

Which is the MySQL instance responsible for data processing?

a)

MySQL Client

b)

MySQL Server

c)

SQL

d)

Server Daemon Program

32.

The structure representing the organizational view of entire database is known as -------- in MySQL database.

a)

Schema

b)

View

c)

Instance

d)

Table

33.

The expansion of PHP is _________

a)

PHP: Hypertext Preprocessor

b)

Personal Hypertext Preprocessor

c)

Pretext Home page

d)

Preprocessor Home Page

34.

What is the extension of PHP file?

a)

.html

b)

.xml

c)

.php

d)

.ph

35.

The PHP script should start with _________

a)

b)

c)

d)

<:?

36.

How many data types does PHP support?

a)

18

b)

28

c)

8

d)

38

37.

Every variable name in PHP must begin with a _________ symbol.

a)

#

b)

//

c)

$

d)

<

38.

_________ in PHP are case - sensitive.

a)

variable names

b)

keywords

c)

Variable names and keywords

d)

None of the above

39.

The assignment operator is ___________

a)

=

b)

==

c)

===

d)

!=

40.

_________ operators perform an action to compare two values.

a)

arithmetic

b)

comparison

c)

increment

d)

logical

41.

Which operator is called "identical"?

a)

=

b)

==

c)

===

d)

<>

42.

_________ is a data type which contains decimal numbers.

a)

Integer

b)

Float

c)

Boolean

d)

NULL