• Home
  • Blog
  • IGU Programming Language Questionnaire

IGU Programming Language Questionnaire

0 comments

i upload the file for more question.

I do have 19 questions. i need answers in one hours. do it ASAP. Q.1) Which of the following is not a programming language?

undefined

3 Points

undefined

  • Just Basic
  • C++
  • Java
  • Excel

undefined

Q.2) A machine language also called machine code is the only language that a computer understands. When you run a program like Just Basic what does a compiler do?

undefined

3 Points

undefined

  • Translates machine code into the program
  • Translates numbers into words
  • Translates the program into machine code
  • Translates codes into English language

undefined

Q.3) What does the following instruction in Just Basic display as output?
Print “Hello World.”

undefined

3 Points

undefined

  • Hello World
  • Hello World!
  • Hello World.
  • No output display

undefined

Q.4) In Just Basic, what does the ‘ character represent?

undefined

3 Points

undefined

  • Variable
  • Remark
  • Display an error message
  • All of the above

undefined

Q.5) In Just Basic, chr$(n) returns the ASCII value of n. What will happen when you run chr$(13) ?

undefined

3 Points

undefined

  • CR (carriage return)
  • DC3
  • C
  • $

undefined

Q.6) Which of the following commands in Just Basic gets data from keyboard, file, or button?

undefined

3 Points

undefined

  • Notice
  • Input
  • Print
  • End

undefined

Q.7) Which of the following is used to locate and analyze errors that occur during the program development process?

undefined

3 Points

undefined

  • Debugger
  • Compiler
  • Interpreter
  • Code Editor

undefined

Q.8) Which of the following command clears the program main window?

undefined

3 Points

undefined

  • CLS
  • End If
  • Prompt
  • Input

undefined

Q.9) When you run the following program, which output is correct?
Print “c = 42 years old
cls
Print “c”

undefined

3 Points

undefined

  • c
  • 42
  • 42 years old
  • c = 42

undefined

Q.10) In Just Basic, how do programmers store and retrieve data during program execution?

undefined

3 Points

undefined

  • They use a value
  • They use a string
  • They use a conditional statement
  • They use a variable

undefined

Q.11) Which of the following is a valid string?

undefined

4 Points

undefined

  • Name $
  • $name
  • 5name$
  • Name2$
  • All of the above

undefined

Q.12) A variable uses more memory than a constant.

undefined

4 Points

undefined

  • True
  • False

undefined

Q.13) BASIC is a higher level program than C++ program.

undefined

4 Points

undefined

  • True
  • False

undefined

Q.14) The input command is used to pause the execution of the program.

undefined

4 Points

undefined

  • True
  • False

undefined

Q.15) The input command displays a text message prompt and collects your response as input to the program whereas the print command displays a text string.

undefined

4 Points

undefined

  • True
  • False

undefined

Q.16) Match the definitions with the corresponding words.

undefined

Address Variable Constant If…Then

undefined

20 Points

undefined

a) ____ is a file that contains code statements.

undefined

b) ___ is a descriptive name assigned to a known value that does not change during program execution.

undefined

c) The location in memory where a particular piece of data is stored is called ______

undefined

d) ____ is a pointer to a location in memory where a value is stored. :

undefined

Q.17) In your own sentences, describe what is the role of a programmer?

undefined

Q.18) In your own sentences, what are the best procedures to make sure that when you finish writing a program everything works as it is supposed to?

undefined

Q.19) Why is it a good practice to use remarks in your program?
Why is it a good practice to give descriptive names to your variable?

About the Author

Follow me


{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}