You are on page 1of 14

which of the following is not a goal of www

responsible to connect the networks

smil?
semantic multimedia integrated language

which one is not suitable for a hypermedia application


text based

which one is not a goal of http?


'stateless'request/response protocol

a hypertext system is basically meant to be read ---------


non linearly

which is not a example of typical multimedia applications


network

http means-------
hyper text transfer protocol

two popular methods in http are


get and post

purpose of html is -------- .


publishing hypermedia on the www

what is meant by xml?


extensible markup language

----- has 480 action lines


edtv

----------class defines methods far displaying and sending chat messages and far managing a list
of users in the room
chat room

which function can be used to display an incoming user message in a text field?
display message ()

in an inheritance relationship between two classes, the extended class is called ------
base class

in an inheritance relationship between two classes, the class does not extending is called the
-----------
derived class

if class diagrams can be formal which diagramming specification can be used to drawn?
uml

which function can be used to change the users name in the user list?
onuserchangename ()

to setup the inheritance relationship between a and b, which keyword can be used?
extends
a subclass is really a superset of the features available in its -----------.
super class

which of the following keyword is not belongs to the base class


subclass

which of the following keyword is not belongs to the derived class


super class

1) to implement our new avatar chat room. we could copy all of the code from chat room
into a new class called-----------.
avatar chat room
2) insted of copying the code from chat room to avatar chat room we simply make avatar
chat room a subclass of ---------------
chat room
3) when a subclass overrides an instance method, the super class's version of the method
is not lost. it remains accessible to instance of the subclass by using which keyword
super
4) in the avatar chat rooms, each user in the room is represented by a -----
little cartoon character
5) which of the following one is not an overridden method of an avatar chat room class
method
avatars ()
6) which of the following function can be used to display an incoming user message in a text
field
display message
7) which function can be used to display a message describing the methods behavior in the
output panel
trace ()
8) redifinition lets us customize an existing class for a specific purpose by augmenting, constraing
or even nullifying one (or) more of its original behaviors. this redefining method is
called----------------.
overriding
9) to override a super class's class method, which method definition of the same name can
be adding the sub classes
static
10) which of the following one is not a avatar chat room class method
onuserremovename ()

1) which keyword can be used only in instance methods and constructor functions?
ans: super
2) which keyword can be used earliar to access an overridden instance method and cannot
be used to reference an overridden class property
ans: super
3) which operator can not be used to invoke a super class s version of a class method from
with in the subclass version
ans: super
4) how to access the super class s version of a class method reference the super class in
the method invocation is
ans: some subclass, some overridden method
5) to override a super class s property, where we add a property definition of the same
name [ a
ans: subclass
6) ----------------time all unqualified member references are permanently converted to
qualified member references of the form
ans: compile time
7) an instance method in a subclass that overrides an instance method in a super class is
known as -------------
ans: overriding instance methods
8) a method in super class that overridden by a method in a subclass is known as an
ans: overridden instance method
9) the general problem of extending a non extendable built-in class, instead of inheritance
which one can be used
ans: composition
10) which methods have a signature and a return type but no implementation?
ans: abstract methods

1,which method can be used to set the size of the viewer when an image loads, we will override
the image viewer classes

onloadinit ()

2,which method can be used to checks the width and height of the image in the viewer and sets
the viewers size to those dimensions

scaleviewertoimage ()

3,the image viewer deluxe version of the method, will check the size of the loaded image and
which method can be used to resize the viewer to those dimensions.
setsize ()

4,where we declared the set position () method to be accessed from any code inside or outside
the imageviewerdeluxe class
public

5,which method used to invoke the overridden version of onloadinit () method


super

6,which of the following one is image viewer deluxe class new feature?
set position

7,in imageviewerdeluxe class, which method contain the resize the viewer feature
set

1. the idea in dm (data modulation) is to use ----------- error value


a) single quantized error value

2. in------------ we can adaptively modify the quantizer, by changing the step size as well as
decision boundaries in the non uniform quantizer
a) dpcm (differential pulse code modulation)

3. producing quantized sampled output for audio is called -----------a) pcm (pulse
code modulation)

4. making the predictor coefficients adaptive is called -------------


a) apc (adaptive predictive coding)
5. quantization and transformation of data are collectively known as ------ of the data
a) coding
6. -----------consists of finding differences and transmitting them, using a pcm system
b) predictive coding
7. a straight forward approach to dealing with a steep curve is to simply change the step
size k ---------
a) adaptively
8. ----------is called s a quick analog to digital convertor
c) dm (data modulation)
9. acronym for dpcm is
a) differential pulse code modulation
10. adpcm stands for
b) adaptive digital pulse code modulation
11. producing quantized sampled output for audio is called -----------
a) pcm (pulse code modulation)
12. making the predictor coefficients adaptive is called --------------
-apc (adaptive predictive coding)
13. quantization and transformation of data are collectively known as ------ of the data
_coding
13. -----------consists of finding differences and transmitting them, using a pcm system
-predictive coding
14. a straight forward approach to dealing with a steep curve is to simply change the step size k
---------
-adaptively
15. acronym for dpcm is
-differential pulse code modulation
16. adpcm stands for
-adaptive digital pulse code modulation

17. ----------is called s a quick analog to digital convertor


-dm (data modulation)
18. acronym for dpcm is
-differential pulse code modulation
19. adpcm stands for
-adaptive digital pulse code modulation ( )

8,which method indicates whether the viewer should auto size (or) not.
show full image ()

9,the showfullimage property should be a -----------------.


private

10,in show fullimage property which access method can be used


getshowfullimage ()

1)which keyword used to enter into an agreement with an interface, promising to define the
methods if contains
-------implements
2)what is acronym for smil? -----
semantic multimedia integrated language
3) which one is not suitable for a hypermedia application----
text based
4)which one is not a goal of http?-----
'stateless'request/response protocol
5)http means ----------.hypertexttransferprotocal
6)if a class declares that it implements an interface cannot be found by the compiler which
error can occur-------
the class interface name could not be loaded

7)to implement the class's method definitions must match with the -------------- method definitions
exactly ----------
interface's method
8) if a class declares that it implements an interface cannot be found by the compiler which
error can occur ----
the class interface name could not be loaded

9) interface need not contain any methods at all to be usefull.this empty interface is called
----------------
markerinterface
10) to create an interface which keyword can be used? --------
interface
11) all methods declared in on interface must be -------------
public
12) which files contain a list of methods to be implemented but not the implementations
themselves -----interface files
13) which keyword can be used on interface to inherit from another interface?---------
extends
14)which of the following class not contain a web based email application------
message remover
15)which method can accepts consumer objects of type event listener?--------
add listener ()
16) which file contains method signatures strictly for the purpose of satisfying the compilers type
checking-----
intrinsic files
17)to implement the class's method definitions must match with the --------------
method definitions exactly -----interface's method
18)if a class declares that it implements an interface cannot be found by the compiler
which error can occur-----the class interface name could not be loaded
19) interface need not contain any methods at all to be usefull.this empty interface is
called ---------------markerinterface

1) a try/catch/finally statement can appears inside the try, catch or finally block of another
try/catch/finally statement is called ----------
a)nested exceptions

2)which statement can be used as an unqualified class reference as an alias


a)import

3)when the catch block is extended, it receives the expression of the -------statement as a
parameter
a)throw
4)which of the following statement are fails in the case of finally block executes
a)immediately after a catch block can't handles on exception generated in the try block

5)which of the following statement can't be appearing in the try block?


a)end

6)which are nothing more than the way we organize files into different directories according to
their functionality, usability as well as category they should belong to
a)packages

7)which classes are the class runtime exception and its subclasses, and the class error and its
subclasses?
a)un checked exception classes.

8)to refer to a specific class with in a package which operator can be used?
a)(dot)

9)------------is a unique place to put a group of classes is called


a)package

10)how to specify the specific class with a package


a)packagename.classname

1)which of the following one is not a flash player7 feature?


decrease movieclip depth management methods

2)fash mx2004 lets export -------------- files in a format compatible with specific versions of the
flash player
swf

3)actionscript 1.0 is based on the ----------- standard


ecmasript3

4)actionsript2.0 is based on the emerging -------------------------standard


ecmasript2

5)action sript2.0 is also backward compatible with--------------------. .


flashplayer6

6)which of the following one is not a key new v2 component feature


not allowing easier component management and sharing

7)in actionscript 2.0 which of the following one not used as identifiers
virtual

8)actionscript1.0 and 2.0 are case sensitive when exported in ------------ format
flash player 7
9)in which flash player identifiers are case sensitive
flash player 7

which of the following is not a property of dot operator?


it allows towork on different classes

--------------------allows different programmers to work on different classes independently


encapsulation

using ------------- we can structure application hierarchically so that many classes can reuse the
features of a simple class
inheritance

a classes that inherits properties and methods from another class is called-----
subclass

. ---------------------organize classes into logical groups and prevents naming conflicts between
classes
packages

a single sub class can have -----------------no. of super class


1

we can create -------------------- to contain groups of classes


object

which of the following is not related to package?


allow one class to adopt the method and property definitions of another

--------------attempts to convert each class from source code to byte code


compiler

a single ----------------can have more than one subclass


super class

1.if a value of an incompatible type is stored in a variable, passed as a function parameter the
compiler generates -------------------error
type mismatch error

2. if a non-existent property is accessed through a typed variable, function parameter or function


return value generates ---------------------error
method can't be found
3. the syntax of casting in actionsript 2.0 is----------.
type (object)
4. when a property or method is accessed via the ---------------operator, the compiler does not
perform type checking
[] operator
5. in a object-oriented actionsript 2.0 program, it s typical to store ------------------ in a variable
undefined
6. -------------------requires that, execute the code in order to verify it
dynamic type checking
7. global.varname = value; tells that---------.
to create a global variable in action script
8. in actionsript 2.0 casting data to a data type always -------------
succeeds at compile time
9. actionsript 2.0 s compile time type checking can t be applied to -------------.
uninitialized variable

--------------determines whether a property is associated with instances of the class or with the
class itself. static attribute

which of the following is false. the constructor function's name no need to match its class's
name exactly

----------------- attribute is used only when distributing a compiled clas's without also distributing the
classs source code .intrinsic

to initialize and perform setup tasks for new objects of a class, we create -----
constructor function

a getter/setter pseudo-property cab be made read-only by ----------- .declaring a getter without


declaring a setter

a class is a template for the creation of -------------------- .objects

---------------are building blocks of an object-oriented program .class

class definitions can be modified with ------------------- attributes .dynamic, intrinsic

------------determine the behavior of a class .methods

with in the body of a constructor function --------------keyword refers to the newly created instance
.this

1,1-bit monochrome image color is ________________

no color

2,8-bit images means------------.

one for each pixel has a gray value between 0 and 255

3,http means ----------.

hyper text transfer protocol

first step in moving from functional requirements to a completed class is to determine how the
---------------class will be used by other programs
imageviewerclass
the oop community has been cataloging so called --------design patterns

which one describe common solutions to generalized, recurring design problems


design patterns

image viewer class's first functional requirement is ------------------


to load an image

the method name, load image, acts as the ---------------- to describe the action performed
verb

---------------- used to change the image-holding clip after an image had already been loaded, the
image viewer instance would lose its reference to the original clip
setimageclip ( )

when one method call another method, it is known as --------------


wrapping

the load image( ) method takes -------------------parameters


one
the url parameter must be a ----------------
string

without loadimage( ) method, each image viewer instance can load -----------images
one
if we want image viewer inastances,to load multiple images in succession, we need method
loadimage ( )

in actionscript, each movie clip can load -----------no. of image at a time


two

------------------is an important animation or moving picture file format


flc

----------used in the macpaint program initially only for 1-bit monochrome images
wmf

postscript is an important language for --------------


typesetting

------------- is used in macdraw for storing structured graphics


pcit

-------------is the graphics format for the xwindows system


xwindowsppm (portable pic map)

------------------- files are ostensibly device-independent and unlimited in size


windows metafile (wmf)

---------------is the standard graphics file format for microsoft windows, used in microsoft paint and
other programs
windowsbmp

tiff stands for------------. .


tagged image file format

postscript files are just stored as ------- --.


ascii

---------------files usually produce better quality moving pictures .


gl

1)digital video mostly uses a matrix transform called---------


a)ycbcr

2)-------------video requires more bandwidth and good synchronization


a)composite video

3)transform is used in jpeg image compression and mpeg video compression. ]


a)ycbcr

4)higher-end video system makes use of three separate video signals for the red, green and blue
image planes. this is referred to as--------------
a)component video

5)s-video uses --------------- no. of wires


a)two

6)------------coding was used for pal analog video


a)yuv

7)---------- is used in ntsc color tv broadcasting


a)yiq color model

8)ycbcr transform is closely related to-----------


a)yuv

9)in ------------video color and intensity signals are mixed into a single carrier wave
a)composite video

10)in composite video when connecting to tvs or vcrs it uses ----------no. of wires
a)one

11)s-video known as------------


a) super video

pal stands for


phase alternating line

--------------is an analog signal with no fixed horizontal resolution


ntsc video
ntsc video is an ------------signal with no fixed horizontal resolution
analog

the nonblanking pixels are called ------------


active pixels

broadcast tv signals are also used in ---------------video


composite video

pac video uses ------------scan lines per frame, at-----------frames per second with a 4:3 ratios
625, 25

secam stands for


systeme electronic couleur ave memoire

ntsc video follows ------------------scanning system .


b

secam uses -----------scan lines per frame and -------------------frames per second
625, 25

secam, pac are similar differ in their


color coding

cif (common intermediate format) is a compromise between ------------- and -----


ntsc and pal

ntsc version has ------------ scan lines, ------------pixels


525, 858

the scheme"4:2:2" indicates horizontal subsampling of the cb and cr signals by a factor of


---------------2

cif stands for------------common intermediate format


first generation hdtv (high definition tv) was based on -----------technology . analogy

acronym for ccirconsultative ans: committee for international radio

for video -----------------is chosen as the compression standard ans: mpeg -2

which of the following is not a application of digital video ans: indirect access,
which makes non linear video editing simple

using measurements only at evenly spaced time intervals are called------.


ans sampling

samples are typically stored as uniformly quantized values this is called----


linear format

snr (signal to noise ratio) is usually measured in ------------.


decibels
digitization means
ans convertion to a stream of numbers

sampling in the voltage dimension is called -------------


quantization

sampling rate equal to at least twice the maximum frequency content in the signal is called
the----------- .
nyquist rate

a more accurate way of generating sounds from digital signals is called ------
wave-table synthesis

a -------------- message is supposed to be terminated by a terminator byte''&hf7''


system exclusive message

the physical midi ports consists of ---------pin connector


5 - pin

-------------messages determine how an instruct processes midi voice messages


channel mode messages

------------messages are real time to synchronization


system real messages

during recording, a keyboard-equipped synthesizer sends --------- messages to a sequencer,


which records them.
midi

system messages have -------------number and are meant for commands that are not channel-
specific .
no channel

what is the acronym for midi


musical instrument digital interface
midi communication is -------------------
half-duplex

channel messages are


voice messages

the data in a midi status byte is between ------ and -------------


128 and 255

1. the idea in dm (data modulation) is to use ----------- error value


a) single quantized error value
2. in------------ we can adaptively modify the quantizer, by changing the step size as well as
decision boundaries in the non uniform quantizer
a) dpcm (differential pulse code modulation)

3. producing quantized sampled output for audio is called -----------


a) pcm (pulse code modulation)
4. making the predictor coefficients adaptive is called --------------
a) apc (adaptive predictive coding)
5. quantization and transformation of data are collectively known as ------ of the data
a) coding
6. -----------consists of finding differences and transmitting them, using a pcm system
b) predictive coding
7. a straight forward approach to dealing with a steep curve is to simply change the step
size k ---------
a) adaptively
8. ----------is called s a quick analog to digital convertor
c) dm (data modulation)
9. acronym for dpcm is
a) differential pulse code modulation
10. adpcm stands for
b) adaptive digital pulse code modulation
11. producing quantized sampled output for audio is called -----------
a) pcm (pulse code modulation)
12. making the predictor coefficients adaptive is called --------------
-apc (adaptive predictive coding)
13. quantization and transformation of data are collectively known as ------ of the data
_coding
13. -----------consists of finding differences and transmitting them, using a pcm system
-predictive coding
14. a straight forward approach to dealing with a steep curve is to simply change the step size k
---------
-adaptively
15. acronym for dpcm is
-differential pulse code modulation
16. adpcm stands for
-adaptive digital pulse code modulation
17. ----------is called s a quick analog to digital convertor
-dm (data modulation)
18. acronym for dpcm is
-differential pulse code modulation

1,1-bit monochrome image color is ________________


no color

2,8-bit images means------------.


one for each pixel has a gray value between 0 and 255

3,http means ----------.


hyper text transfer protocol

------------------is an important animation or moving picture file format


flc

----------used in the macpaint program initially only for 1-bit monochrome images
wmf

postscript is an important language for --------------


typesetting

------------- is used in macdraw for storing structured graphics


pcit

-------------is the graphics format for the xwindows system


xwindowsppm (portable pic map)

------------------- files are ostensibly device-independent and unlimited in size


windows metafile (wmf)

---------------is the standard graphics file format for microsoft windows, used in microsoft paint and
other programs
windowsbmp

tiff stands for------------. .


tagged image file format

postscript files are just stored as ------- --.


ascii

---------------files usually produce better quality moving pictures .


gl

----------class defines methods far displaying and sending chat messages and far managing a list
of users in the room
chat room
which function can be used to display an incoming user message in a text field?
display message ()
which function can be used to display an incoming user message in a text field?
display message ()
in an inheritance relationship between two classes, the extended class is called ------
base class
in an inheritance relationship between two classes, the class does not extending is called the
-----------
derived class
if class diagrams can be formal which diagramming specification can be used to drawn?
uml
which function can be used to change the users name in the user list?
onuserchangename ()
to setup the inheritance relationship between a and b, which keyword can be used?
extends
a subclass is really a superset of the features available in its -----------.
super class
which of the following keyword is not belongs to the base class
subclass
which of the following keyword is not belongs to the derived class
super class

You might also like