Posts

PGDCA WEB DESIGNING AND PHP

  KERALA STATE RUTRONIX Web Design and PHP (PGDCA) Question code. B4 Time: 2 hours Maximum Marks: 100 Note: Write the answers for Questions from 1 to 30 in the MCQ answer sheet  Part -I Choose the most appropriate answer (10 x 1 Mark = 10 Marks) 1) Which of the following tag is used to create an unordered list? a) <ul> b) <ol> c) <unordered> d) <uo> 2) In HTML ................ is an invisible character that takes up one space a) &amp; b) \t c) &nbsp; d) <br> 3) Which among the following element has a closing tag? a) <BR> b) <HR> c) <H1> d) None 4) Which among the following JavaScript codes will give an output 10 a) X='5'+'5'; b) X='5+5'; c) X=5+5; d) b & c 5) What will be the output of the PHP code given below? <?php $x = "test"; echo '$x'; ?> a) test b) '$x' c) $x d) "test" 6) Which statement is used to open a link in new browser window a) <a href="url&

Windows Shortcut Keys

Shortcut Keys System!!  CTRL+A. . . . . . . . . . . . . . . . . Select All CTRL+C. . . . . . . . . . . . . . . . . Copy CTRL+X. . . . . . . . . . . . . . . . . Cut CTRL+V. . . . . . . . . . . . . . . . . Paste CTRL+Z. . . . . . . . . . . . . . . . . Undo CTRL+B. . . . . . . . . . . . . . . . . Bold CTRL+U. . . . . . . . . . . . . . . . . Underline CTRL+I . . . . . . . . . . . . . . . . . Italic F1 . . . . . . . . . . . . . . . . . . . . . . Help F2 . . . . . . . . . . . . . . . . . . . . . Rename selected object F3 . . . . . . . . . . . . . . . . . . . . . Find all files F4 . . . . . . . . . . . . . . . . . . . . . Opens file list drop-down in dialogs F5 . . . . . . . . . . . . . . . . . . . . . Refresh current window F6 . . . . . . . . . . . . . . . . . . . . . Shifts focus in Windows Explorer F10 . . . . . . . . . . . . . . . . . . . . Activates menu bar options ALT+TAB . . . . . . . . . . . . . . . . Cycles between open applications ALT+F4 . . . . . . . . . . . . . . . . . Quit prog

Fundamentals Of Computer - Chapter-4 - PC Hardware & Software

Image
PC Hardware & Software       Computer Hardware comprises physical components that make up the computer system. Software is a collection of instructions that directs computer hardware on whats to be done. Hardware is useless without software to run on it and vice versa. This chapter provides a comprehensive view of technical aspects related to the mechanical and electronic parts of a computer, white introducing you to its functionality logic part.      Almost everyone uses a computer daily, but many don't know how computer works or all the different individual pieces that make it up.As a computer user it is important that you have a basic understanding of the core components that make up your computer. This knowledge will prove invaluable if you decide to upgrade your computer or if a piece of hardware breaks and you need to purchase a replacement. The purpose of this session is to discuss the basic pieces in a personal computer and their function. Let's start with th

Web Design and PHP (PGDCA)

KERALA STATE RUTRONIX Web Design and PHP (PGDCA) Question code:  B4 Time: 2 hours Maximum Marks: 100 Note: Write the answers for Questions from 1 to 40 in the MCQ answer sheet Part - 1 Choose the most appropriate answer (20 x 1 Mark = 20 Marks) 1) Choose the correct HTML tag to make a text bold. a) <bb> b) <bld> c)<bold> d) <b> 2) Which of the following is not a browser? a) Internet Explorer b) Opera c) Windows Explorer d) Firefox 3) Which of the following is an invalid variable name in PHP? a) $my_Var b) $myar C) $my-Var d) $my12Var 4) PHP statements are terminated by ............. a) . b) </php> c) ; d) None of these 5) What is the correct syntax to create a pop up "Hello World" in JavaScript? a) response.write("Hello World"); b) document.write("Hello World"); c) alert("Hello World"); d) None of these 6) What is the correct HTML for adding a backgrou