NEW
Font size
WorksheetsMultimedia and DTP Quiz
Total questions: 42
Worksheet time: 21mins
What is multimedia?
a type of computer hardware
a type of computer software
a type of computer network
the use of multiple forms of media to communicate information
________ has five major components like text, images, sound, video and animation.
Multimedia
Master Page
Master item
Multi-word
What is a raster image?
a type of image made up of pixels
a type of image made up of geometric shapes
a type of image made up of text
a type of image made up of sound waves
What is a vector image?
a type of image made of pixels
a type of image made up of geometric shapes
a type of image made up of text
a type of image made up of sound waves
Which of the following is a raster image file format?
JPEG
EPS
CDR
SVG
Which of the following is a vector image file format?
PSD
JPEG
EPS
BMP
RTF (Rich Text Format) file format was introduced by __________
TCS
Microsoft
Apple Inc.
IBM
The expansion of JPEG is _____________
Joint Photographic Experts Group
Joint Photo Experts Group
Join Photon Experts Group
Joint Photographic expressGroup
AIFF file format was developed by _______
TCS
Microsoft
Apple Inc.
IBM
Which of the following is an audio file format?
MP3
AVI
MPEG
PNG
DTP stands for ______________
Desktop Publishing
Desktop Publication
Doctor To Patient
Desktop Printer
____________ is a DTP software.
Lotus 1-2-3
PageMaker
Maya
Flash
Which menu contains the New option?
File menu
Edit menu
Layout menu
Type menu
In PageMaker Window, the area outside of the dark border is referred to as _________.
page
pasteboard
blackboard
dashboard
Shortcut to close a document in PageMaker is ______________
Ctrl + A
Ctrl + B
Ctrl + C
Ctrl + W
A __________ tool is used for magnifying the particular portion of the area.
Text tool
Line tool
Zoom tool
Hand tool
_________ tool is used for drawing boxes.
Line
Ellipse
Rectangle
Text
Place option is present in _____________ menu.
File
Edit
Layout
Window
To select an entire document using the keyboard, press ___________
Ctrl + A
Ctrl + B
Ctrl + C
Ctrl + D
Character formatting consists of which of the following text properties?
Bold
Italic
Underline
All of these
Which tool lets you edit text?
Text tool
Type tool
Crop tool
Hand tool
Shortcut to print a document in PageMaker is ___________
Ctrl + A
Ctrl + P
Ctrl + C
Ctrl + V
Which language is used to request information from a Database?
Relational
Structural
Query
Compiler
The ---------- diagram gives a logical structure of the database graphically?
Entity-Relationship
Entity
Architectural Representation
Database
An entity set that does not have enough attributes to form primary key is known as
Strong entity set
Weak entity set
Identity set
Owner set
---------- Command is used to delete a database.
Delete database database_name
Delete database_name
drop database database_name
drop database_name
MySQL belongs to which category of DBMS?
Object Oriented
Hierarchical
Relational
Network
MySQL is freely available and is open source.
True
False
---------- represents a "tuple" in a relational database?
Table
Row
Column
Object
Communication is established with MySQL using
SQL
Network calls
Java
API's
Which is the MySQL instance responsible for data processing?
MySQL Client
MySQL Server
SQL
Server Daemon Program
The structure representing the organizational view of entire database is known as -------- in MySQL database.
Schema
View
Instance
Table
The expansion of PHP is _________
PHP: Hypertext Preprocessor
Personal Hypertext Preprocessor
Pretext Home page
Preprocessor Home Page
What is the extension of PHP file?
.html
.xml
.php
.ph
The PHP script should start with _________
<:?
How many data types does PHP support?
18
28
8
38
Every variable name in PHP must begin with a _________ symbol.
#
//
$
<
_________ in PHP are case - sensitive.
variable names
keywords
Variable names and keywords
None of the above
The assignment operator is ___________
=
==
===
!=
_________ operators perform an action to compare two values.
arithmetic
comparison
increment
logical
Which operator is called "identical"?
=
==
===
<>
_________ is a data type which contains decimal numbers.
Integer
Float
Boolean
NULL
