0% found this document useful (0 votes)
3 views

Practice

The document is an exam or assessment covering various topics in web development and programming, including fill-in-the-blanks, true/false questions, multiple choice questions (MCQs), and brief answer sections. It tests knowledge on HTML, CSS, JavaScript, PHP, cloud computing, and e-commerce concepts. The exam consists of different question formats to evaluate understanding and application of the subjects.

Uploaded by

Aaditi Chavan
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Practice

The document is an exam or assessment covering various topics in web development and programming, including fill-in-the-blanks, true/false questions, multiple choice questions (MCQs), and brief answer sections. It tests knowledge on HTML, CSS, JavaScript, PHP, cloud computing, and e-commerce concepts. The exam consists of different question formats to evaluate understanding and application of the subjects.

Uploaded by

Aaditi Chavan
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

= Mark: 80

Q.1 Fill in the blanks. 10


1 EDI Stands For ------------
2 <input type=------->Define a date picker with year month and day.
3 <input type=------->Define a week and year control.
4 ………tag is used by search engines to search information.
5. CSS Stands for---------------
6 ----------- property of CSS change the Color of Text.
7---------is a file extension of External style sheet file
8 the -------tag Define an ordered List.
9 the -------- tag is used to upload audio on web page
10.aac Stands for---------------------
Q.2 True or False 10
1. PHP, ASP.Net etc. are server side scripting languages.
2. Continue statement is used to jump out of loop.
3. There is no need of special software to run JavaScript program
4. Number object helps us to work with numbers.
5. toUpperCase() method of string object converts the string to upper case
6. An array is an object that can store a collection of items.
7. IaaS provide automated and static environment.
8. Hybrid cloud could allows greater flexibility.
9. PHP runs on client side.
10. A variable declared within a function has a LOCAL SCOPE.
Q. 3 MCQ (Single correct Answers) 10
1. PHP files are saved with …………………. Extension.
a. .php b. .html c. .xml d. .js
2. .................... keyword is used to declare variable in java script.
a. echo b. print c. var d. cin
3. ………….. is the next generation of wireless communication.
a. 5G b. 4G c. 3G c. 6G
4. In ……… cloud services and supporting infrastructure are shared across multiple users
a. public b. private c. secure d. hybrid
5. ………… property of number object represents not a number value.
a. NaN b. Value c. Fixed d. Index
6. ………… method of string object removes white space from both sides of a string.
a. indexOf() b. Substr() c. strim() d. string()
7. …………….. method of math object returns the absolute value of a number
a. abs() b. cbrt() c. min() d. sqrt()
8. The ……………….. object is used to create date and time value.
a. now b. date c. time d. none of above
9. ………………… is a client side scripting language.
a. asp.net b. javascript c. html d. java
10. ……………….. is one of the method of windows objects.
a. close b. write c. bgcolor d. alert
Q. 4. MCQ (two correct Answers) 20
1. select the correct methods of Window object. ……………………
a. open() b. status() c. closed() d. close()
2. select the correct properties of DOM.
a. Src b. head c. URL d. title
3. select the correct methods of string object.
a. chartAt() b. width c. length d. trim()
4. select the correct methods of Date object returns the number of miliseconds.
a. getTime() b. getDate() c. getTime() d. now()
5. select the correct tag where src attribute are used ---------------
a. audio b. img c. area d. map
6. select the correct attribute of <iframe> tag -
a. src b. height c. width d. name
7. select the correct types of scripting-
a. Server b. client c. user d. computer
8. select the correct mode of payment in e commerce
a. E- wallets b. Bank Transfer c. Mobile Payment d. Credit Cards
9. select the type of e commerce
a. B2C b. B2B c. C2C d. C2B
10. select the phase of trade cycle.
a. pre-sales b. Execution c. settlement d. after sales

Q. 5. MCQ (Three correct Answers) 06


1 Select the correct event handlers in JavaScript-
a. close b. name c. onsubmit d. onchange d. onunload e. write
2. select the correct attribute of area tag
a. href b. alt c. coords d. rect e. circle f. poly
Q. 6. Match the pair 04
A Answer B
1. Hybrid Cloud [ ] a. for,while,do while
2. Loop [ ] b. Fifth Generation
3. || [ ] c. Allows greater flexibility
4. 5G [ ] d. Logical operator OR

Q.7 Answer brief


1. write a from element or tool like <input type= ---- > 02
2. Differences between traditional commerce & e-commerce 04
3. Explain Cloud Computing 04
Q. 8 Program-
A. write a Program to print even numbers between 50 – 100 using for loop. 05
B. write aprogram accept number from user and calculate factorial . 05
****

You might also like