You are on page 1of 12

http://vujannat.ning.

com Best Website To Help Vu Students

http://vujannat.ning.com Best Website To Help Vu Students

Question No: 3 ( Marks: 1 ) - Please choose one Output of ----------- operation is True when either one or both inputs are true NOT AND OR XOR Question No: 4 ( Marks: 1 ) - Please choose one Detailed plan, specifying the required resources and expected deliverables, is done in phase. Planning User Requirements Design Developer Specification Question No: 5 ( Marks: 1 ) - Please choose one Which of the following symbol is used for multiple line comments in JavaScript? / // /* //* Question No: 6 ( Marks: 1 ) - Please choose one In spreadsheets, cell address A12 means . Row A, Cloumn 12

Row 12, Cloumn A Row 2,Cloumn A1 Row A1, Cloumn 2 Question No: 7 ( Marks: 1 ) VisiCalc was the first popular Spreadsheet Word processor Presentation Database Question No: 8 ( Marks: 1 ) - Please choose one RTOS stands for Real Task Operating System Random Time Operating System Rational Time Operating System Real Time Operating System Question No: 9 ( Marks: 1 ) - Please choose one Which of the following is NOT an example of Multi-user Operating system Windows Linux DOS Solaris Question No: 10 ( Marks: 1 ) - Please choose one Using only HTML we can create Dynamic web pages Static web pages - Please choose one application on PCs.

Both Static and Dynamic pages None of these Question No: 11 ( Marks: 1 ) Tag used to make a Text Bold is - Please choose one

<BOLD></BOLD> <B></B> <BODY></BODY> None of these Question No: 12 ( Marks: 1 ) - Please choose one In addition to unordered lists, HTML supports other types of list 2 3 4 5 Question No: 13 ( Marks: 1 ) - Please choose one To display a checkbox on the web page, we use tag CHECKBOX CHECK INPUT INPUTBOX Question No: 14 ( Marks: 1 ) - Please choose one is used to run computers embedded in machinery, robots, scientific instruments and industrial systems. Single-User Single Tasking System Single-User Multi-Tasking System Real-Time Operating System (RTOS) Multi-User System Question No: 15 ( Marks: 1 ) - Please choose one In JavaScript, a || b is interpreted as a is true or b is false a is true and b is true

a is false and b is true a is true or b is true or both are true Question No: 16 ( Marks: 1 ) - Please choose one Radio Buttons are used when you want the user to select one of a limited number of choices. True False

Question No: 17 ( Marks: 1 ) - Please choose one A set of stand alone productivity applications designed to work together known as . Productivity software suites Compiled software Secure software Intelligent software Question No: 18 ( Marks: 1 ) - Please choose one Programs where no user interaction found during program execution are called . Batch programs Event-driven programs Graphics based programs None of the given Question No: 19 ( Marks: 1 ) JavaScript stores all numbers as Integers Floating point numbers Strings Character values Question No: 20 ( Marks: 1 ) - Please choose one A diode functions as the electronic version of a -way valve. - Please choose one .

one two three four Question No: 21 ( Marks: 1 ) - Please choose one Which one of the following is a valid variable name? Break Switch

Catch None of the given

Question No: 23 ( Marks: 1 ) - Please choose one A procedure that usually but not always works or that gives nearly the right answer is called Deterministic Algorithm Heuristic Algorithm Greedy Algorithm Randomized Algorithm Question No: 24 ( Marks: 1 ) symbol is used for - Please choose one

Connector Off page connector Start and end Both connector and off page connector Question No: 25 ( Marks: 1 ) - Please choose one CONCATENATE operator is used to elements. Subtract Multiply

Join Add Question No: 26 ( Marks: 1 ) - Please choose one In flow charts, there is only one entry point in conditions while there is/are exit points. 1 2 3 4 Question No: 28 ( Marks: 1 ) What is meant by greedy algorithms An algorithm that always takes the best immediate, or local solution while finding an answer. Question No: 29 ( Marks: 2 ) What is meant by microprocessor's Instruction Set ? A command set, the basic set of commands, or instructions, that a microprocessor understands. Well if an instruction set is that, a specialized to have a specific microprocessor performs a specific task or function. Question No: 30 ( Marks: 3 ) How a designer makes Structured Design? The designer starts by first conceiving a skeletion high level design of the system, and the starts defining features of that overall design in an increasing detail.

Question No: 31 ( Marks: 5 ) Write Hyper Link for a Web Page and for an Email Address. Hyper Page for Web page: <A HREF=http://www.vu.edu.pk/] Virtual University </A>

Hyper link for Email Address: <A HREF=Mail to: Hudhud_21@hotmail.com> hudhud_21@hotmail.com</A> Question No: 32 ( Marks: 5 ) Write HTML code for taking input of First Name in one text Field and Last Name in another Text Field. <input type=Text Name=first name /> <BR/>last name: <input type=text Name=last name/> </Form>

You might also like