Worksheetsatleast 4 characters
Total questions: 10
Worksheet time: 8mins
What is the correct order?
Abstraction --> decomposition --> data modelling --> pattern recognition --> algorithm design
Pattern recognition --> data modelling --> abstraction --> decomposition --> algorithm design
Algorithm design --> data modelling --> decomposition --> abstraction --> pattern recognition
Data modelling --> decomposition --> algorithm design --> pattern recognition --> abstraction
Which is an example of using a procedure?
OUTPUT Biden_Blast(9001)
CALL Me_Maybe
CALL (Me_Maybe)
OUTPUT (BidenBlast(9001))
Which are not examples of loops?
IF... THEN... ELSE
WHILE... DO
REPEAT... UNTIL
FOR... TO... NEXT
How do you declare a record in pseudocode?
(a)
What is the pseudocode used to append writing to a text file?
READFILE <filename>, <stringvalue>
APPENDFILE <filename>, <stringvalue>
WRITEFILE <filename>, <stringvalue>
OPENFILE <filename>, <stringvalue>
What is the concept of moving items in queues?
LIFO
FILO
LILO
FIFO
Which are not the correct priorities?
AND --> OR --> NOT
NOT --> OR --> AND
OR --> NOT --> AND
NOT --> AND --> OR
Which PDLC model is this?
Obamahameha
Waterfall model
RAD model
iterative model
Which are examples of errors in coding in the book?
syntax error
compiling error
runtime error
logic error
What is white-box testing?
testing every path through the program code
Trumpinator
Comparing expected results with actual results once the program is run
Checking the execution of an algorithm by recording variables in a trace table
