Online Short Questions Preparations

Online Short Questions For Chapter All Chapter "Virtual University MGT-101 Short Question Preparation "

Try The Short Questions For Virtual University MGT-101 Short Question Preparation

  • Total Questions10

  • Available Sets7

CS-101 - Virtual University MGT-101 Short Question Preparation

Question # 1

What is meant by semantic error ?

  • Ans 1: It is an error which a developer encounters when a statement is executed but it was not intended by him (the developer). Such errors are very difficult to locate during testing. Mostly these occur during abnormal circumstances. It may be referred as the logical error.
Submit

Prepare Complete Set Wise Questions For Chapter All Chapter "Virtual University MGT-101 Short Question Preparation "

Virtual University MGT-101 Short Question Preparation - Set 1

Question # 1

What is meant by semantic error ?

  • Ans 1: It is an error which a developer encounters when a statement is executed but it was not intended by him (the developer). Such errors are very difficult to locate during testing. Mostly these occur during abnormal circumstances. It may be referred as the logical error.
Submit

Virtual University MGT-101 Short Question Preparation - Set 2

Question # 1

Explain function arguments with the help of an example?

  • Ans 1: A named group of statements that is put together once and then used (by reference) repeatedly on a Web page Code becomes easier to read, understand and maintain
Submit

Virtual University MGT-101 Short Question Preparation - Set 3

Question # 1

What is an IP address ?

  • Ans 1: Every device connected to the public Internet is assigned a unique number known as an Internet Protocol (IP) address.
Submit

Virtual University MGT-101 Short Question Preparation - Set 4

Question # 1

What is heuristic?

  • Ans 1: Common sense Lesson drawn from experience
    (Artificial) Intelligent Systems SW programs or SW/HW systems designed to perform complex tasks employing strategies that mimic some aspect of human thought
    or
    • a commonsense rule (or set of rules) intended to increase the probability of solving some problem • of or relating to or using a general formulation that serves to guide investigation
Submit

Virtual University MGT-101 Short Question Preparation - Set 5

Question # 1

Write a short note on:
Good programming methodology?
Correct program

  • Ans 1: Good programming methodology
    A methodology that enables the lowest-cost and on-schedule development of programs that are correct, easy to maintain & enhance
  • Ans 2: Correct program
    A program with correct syntax & semantics.
Submit

Virtual University MGT-101 Short Question Preparation - Set 6

Question # 1

Differentiate between For and While loop by writing the syntax of both loops.

  • Ans 1: When the exact number of iterations is known, use the ‘for’ loop When the number of iterations depend upon a condition being met, use the ‘while’ loop ‘for’ loops become especially useful when used in conjunction with arrays We’ll find out about arrays today, and we’ll probe their usefulness as part of ‘for’ loop structures
Submit

Virtual University MGT-101 Short Question Preparation - Set 7

Question # 1

Write a JavaScript program having two functions sum and mean.

  • Ans 1: The web page will ask the user to enter five values to be added. After taking input it will calculate the sum and mean of those values by calling sum and mean functions.
Submit

Is this page helpful?