You are on page 1of 3

QUESTIONS ANSWER (important question) OF IT PAPER BY RAUNAK KUMAR JAY

Q.1what is JavaScript?

ANSWER :- JavaScript is a dynamic programming language that's used for web development, in
web applications, for game development, and lots more. It allows you to implement dynamic
features on web pages that cannot be done with only HTML and CSS.
JavaScript is a cross-platform, object-oriented scripting language. JavaScript is a small,
lightweight language. It is not useful as a standalone language, but is designed for easy
embedding in other products and applications, such as web browsers.

Q2.DATA TYPE ?
ANSWER :- A data type, in programming, is a classification that specifies which type of value a
variable has and what type of mathematical, relational or logical operations can be applied to it
without causing an error.(A data type is a classification of the type of data that a variable or
object can hold. Data type is an important factor in virtually all computer programming
languages, including visual basic, C#, C/C++ and JavaScript.)
Data Type: Used for
Boolean: Representing logical values
Float (floating point): Number with a decimal p...
Integer: Whole numbers.

Q3. DIFFRENCE BETWEEN ASIGN AND EQUAL TO OPERATOR?


ANSWER :- The “=” is an assignment operator is used to assign the value on the right to the
variable on the left. The '==' operator checks whether the two given operands are equal or not. If
so, it returns true

Q4.WHAT IS MOVIE EDITING TOOL? IMPORTING PICTURES, AUDIO AND VIDEO


CLIPS PICTURES INTO
WINDOWS MOVIE MAKER.
ANSWER :- Movie Editing tools are editing software and we can also say them as application
software which handles the post –Production video editing of digital video sequences on a
computer non-linear editing system (NLE).
examples:- 1. Windows Movie Maker :- Movie Maker is an excellent, full-featured option for the
average home user. It is use to post produced movie editing with effects.
We can import files with the following file name extensions
into Windows Movie Maker to use in your project:
1. Video files: .asf, .avi, .dvr-ms, .m1v, .mp2, .mp2v, .mpe,
.mpeg, .mpg, .mpv2, .wm, and wmv
2. Audio files: .aif, .aifc, .aiff .asf, .au, .mp2, .mp3, .mpa, .snd,
.wav, and .wma
3. Picture files: .bmp, .dib, .emf, .gif, .jfif, .jpe, .jpeg, .jpg, .png,
.tif, .tiff, and .wmf

Q5. APPLICATION OF JAVASCRIPT AND FEATURES OF JAVASCRIPT ?


ANSWER :- 1. Browser Support
All browsers have accepted JavaScript as a scripting language and provide integrated support for
it. For example, to access flash content, you need to install flash plug-in in your browser. But to
use JavaScript, you don't have to use any plug-in at all.
2.JavaScript can be used on Client Side as well as on Server Side
JavaScript has access to Document Object Model DOM of browser. You can change the
structure of webpages at runtime. Thus, JavaScript can be used to add different effects to
WebPages. On the other hand, JavaScript could be used on the server side as well.
3.Functional Programming Language
In JavaScript, function could be assigned to variables just like any other data types. A function
can accept
another function as a parameter and can also return a function. You can have functions with no
name as
well. This provides you the ability to code in functional programming style.
3.Support for Objects
JavaScript is an object oriented language. However, the way JavaScript handles objects and
inheritance is bit different from conventional object oriented programming languages like C++/
Java.
4.Run-time Environment
JavaScript typically relies on a run-time environment (e.g. in a web browser) to provide objects
and methods by which scripts can interact with "the outside world".
5.Vendor-specific Extensions
JavaScript is officially managed by Mozilla Foundation, and new language features are added
periodically. However, only some JavaScript engines support these new features.
6.Object based Features Supported by JavaScript
JavaScript supports various features related to object based language and JavaScript is
sometimes referred to as an object-based programming language

Q6.DEFINE CASE SENSTIVE .


ANSWER :- The C language is case-sensitive. This means that all language keywords,
identifiers, function names, and other variables must be entered with consistent letter
capitalization. C language can distinguish between upper case and lower case characters and treat
the keywords and identifiers accordingly.

Q7.WRITE A PROGRAM IN html AND JAVASCRIPT FOR SHOW ANY MESSAGE IN


BODY PART OF WEBPAGE.
ANSWER :-

<!DOCTYPE html>

<html>

<head>

<title>

First Web Page


</title>

</head>

<body>

Hello World!

</body>

</html>

Q8. .HTML/,HTM?

ANSWER :-There is no such big difference between HTML and HTM. The only difference
between HTML and HTM is one letter only, or we can say the spelling of the words (the letter
'L'). Earlier operating systems were not so powerful and capable of taking a four-letter word as
an extension, so HTM found its existence.

Q9. DEFINE STORYBOARD AND TIMELINE ?

ANSWER:-The storyboard enables you to manage the sequence of clips. The timeline enables
you to manage the clips' timing.

The timeline shows far more details than the storyboard by displaying the Video, Audio,
Audio/Music, Transition , and Title Overlay tracks for your movie. The timeline also enables
you to see how each clip fits within the time frame of the movie.

You might also like