DPSG WHIZ KIDS

A vibrant, colorful illustration representing programming concepts like loops, arrays, and string manipulation in a cartoon style, with children engaged in coding activities.

DPSG WHIZ KIDS Quiz

Welcome to the DPSG WHIZ KIDS Quiz, a fun and engaging way to test your knowledge of QBASIC programming concepts! This quiz covers a variety of important topics, perfect for students and enthusiasts alike.

Join us to:

  • Improve your understanding of looping statements
  • Learn about string manipulation functions
  • Explore array declarations and flowchart representations
25 Questions6 MinutesCreated by CodingWizard57
Looping means ______________.
Condition
Iteration
Which one of these is the type of looping statement?
DOING
FOR…NEXT
The default value of step value is ________________
0
1
Which of the following function which is used to combine words?
-
+
The Standard library functions of QBASIC are written by__________
QBASIC compiler developer
Programmer
The function used to find out the length of the string is________
ABS
LEN()
Write the output of PRINT SQR(9)
81
18
Write the output of PRINT “STRING$” (2, “*”)
*
**
Write the output of PRINT A$= “dpsg” PRINT UCASE$(A$)____________
DPSG
dpsg
How many times will the following loop be executed?X=1 Do while X>10 Print “*” Loop
10
9
The types of functions created by QBASIC compiler developer
User defined
Predefined
Which of the following looping statement is most suitable when a number of statements have to be executed a fixed number of times?
DO WHILE.... LOOP
FOR.... NEXT
The command used to draw the line.
LINE()
STRAIGHT LINE()
The command used to draw the circle.
ROUND()
CIRCLE()
The command used to declare an array ___________________
DIM
RIM
Flowchart is a ________representation of an algorithm
DIAGRAMATIC
WRITTEN
Which of these is a type of logical operators?
OR
<
Why are MOD operators used ?
To take out the divisor
To take out the remainder
What is a program ?
A set of commands
a set of infinte instruction code
The menu bar contains options like __________ ?
Run, edit, save, etc.
Rem, input, output, etc
NESTED IF is used to perform ______________________
1 equation 1 answer
multiple equation multiple answer
NAME$ is an example of _____________________.
String variable
String constant
Which of the following is a correct command in QBASIC?
ELSE FOR
ELSEIF
Text that you wish to appear on the screen while your program runs must appear inside of __________________________.
Slashes
Double Quotes
The LET statement in QBASIC__________________________.
Allows us to assign a value to a variable
Check the errors within the code
{"name":"DPSG WHIZ KIDS", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Welcome to the DPSG WHIZ KIDS Quiz, a fun and engaging way to test your knowledge of QBASIC programming concepts! This quiz covers a variety of important topics, perfect for students and enthusiasts alike.Join us to:Improve your understanding of looping statementsLearn about string manipulation functionsExplore array declarations and flowchart representations","img":"https:/images/course2.png"}
Powered by: Quiz Maker