What is an algorithm?, A programming error, A type of keyboard, A step-by-step solution to a problem, A computer screen, What is pseudocode?, A hardware component, A way to write program logic in simple instructions, A real programming language, A computer virus, Why do programmers use pseudocode?, To decorate a program, To replace the computer, To delete errors automatically, To plan a solution before coding, What is an identifier?, A name given to a variable, constant, procedure, or function, A printed document, A type of monitor, A programming language, Which identifier is valid?, studentScore, Student Name, student-score, 1Score, Why is 2ndMark invalid?, It has lowercase letters, It starts with a number, It has no underscore, It is too long, Why is Total Score invalid?, It is too short, It is meaningful, It has a space, It has capital letters, Which character is allowed in an identifier?, Hyphen, Space, Exclamation mark, Underscore, Identifiers must start with:, A letter, A symbol, A space, A number, Which is an example of Pascal Case?, student name, STUDENTNAME, studentName, StudentName, Which is an example of Camel Case?, StudentName, studentName, student name, student-name, What is a variable?, A value that never changes, A flowchart shape, A value that can change, A type of printer, What is a constant?, A value that changes often, A type of loop, A value that stays the same, A user’s name only, Which line declares a constant correctly?, INPUT MAX_MARKS = 100, OUTPUT MAX_MARKS = 100, DECLARE MAX_MARKS = 100, CONSTANT MAX_MARKS = 100, Which line declares a variable correctly?, OUTPUT score : INTEGER, DECLARE score : INTEGER, CONSTANT score : INTEGER, INPUT score : INTEGER, What data type is used for whole numbers?, INTEGER, CHAR, STRING, BOOLEAN, What data type is used for text?, BOOLEAN, REAL, STRING, INTEGER, What does INPUT score do?, Deletes the score, Creates a constant, Displays the score, Allows the user to enter a score, What does OUTPUT "Enter score" do?, Receives user input, Displays the message, Starts a loop, Creates a variable, What does IPO stand for?, Input, Process, Output, Integer, Print, Output, Input, Program, Object, Internet, Program, Open, In IPO, what is input?, The calculation only, The data entered into the program, The final result, The error message, In IPO, what is process?, The calculation or decision made by the program, The user’s keyboard, The program title, The final answer only, In IPO, what is output?, Data typed by the user, A variable name, Data shown as a result, A constant value only, What is sequence?, A repeated loop, A decision, A variable type, Steps followed in order, What is selection?, Displaying text only, Choosing what to do based on a condition, Declaring a variable, Repeating instructions, What is iteration?, Creating a constant, Writing one instruction only, Repeating instructions, Naming a variable, Which keyword is used for selection?, IF, OUTPUT, DECLARE, INPUT, Which keyword ends an IF statement?, END, STOPIF, FINISH, ENDIF, What does this condition mean? score >= 60, Score is less than 60, Score is 60 or more, Score is exactly 0, Score is text, What should output if score = 75? IF score >= 60 THEN OUTPUT "Pass" ELSE OUTPUT "Fail" ENDIF, Pass, Fail, Nothing, Error, What should output if score = 45? IF score >= 60 THEN OUTPUT "Pass" ELSE OUTPUT "Fail" ENDIF, score, 60, Fail, Pass, What does MOD find?, The highest number, The average, The total, The remainder after division, What does Number MOD 2 = 0 check?, If the number is odd, If the number is a decimal, If the number is even, If the number is negative, If Number = 7, what is Number MOD 2?, 1, 7, 2, 0, Which line asks the user to enter their name?, CONSTANT Name, DECLARE Name, OUTPUT Name, INPUT Name, Which is the best identifier for storing a student’s age?, a, studentAge, x, number, Which identifier is the least meaningful?, totalScore, studentName, averageMark, x, Which flowchart symbol is usually used for a decision?, Parallelogram, Rectangle, Diamond, Oval, Which flowchart symbol is usually used for input/output?, Parallelogram, Diamond, Circle, Triangle, Which pseudocode is correct?, DECLARE IF score, IF score >= 60 THEN OUTPUT "Pass" ENDIF, INPUT score THEN OUTPUT "Pass", OUTPUT IF score >= 60
0%
11th - Week 5 - Grade Computing: Algorithms, Identifiers, Variables
Share
Share
by
Emiliojes
Edit Content
Print
Embed
More
Assignments
Leaderboard
Show more
Show less
This leaderboard is currently private. Click
Share
to make it public.
This leaderboard has been disabled by the resource owner.
This leaderboard is disabled as your options are different to the resource owner.
Revert Options
Quiz
is an open-ended template. It does not generate scores for a leaderboard.
Log in required
Visual style
Fonts
Subscription required
Options
AI Enhanced: This activity contains content generated by AI.
Learn more.
Switch template
Show all
Open results
Copy link
QR code
Delete
Continue editing:
?