WGU D684 INTRODUCTION TO COMPUTER SCIENCE COURSE SECTION 1 AND 2
OBJECTIVE ASSESSMENT EXAM 2025/2026 CURRENTLY TESTING WITH COMPLETE EXAM
QUESTIONS WITH DETAILED VERIFIED ANSWERS /ALREADY GRADED A+
Data Types - (answer)Define the kind of data a variable can hold: integers, floats, characters, Booleans.
Variables - (answer)Named memory locations that store data.
Assignment Operator - (answer)`=` assigns values.
Camel Casing - (answer)myVariableName; Snake Casing - my_variable_name.
Control Structures - (answer)Loops (while, for), conditionals (if, else).
Arithmetic Operators - (answer)+, -, *, /.
Function/Subprogram - (answer)Reusable block of code.
Parameters vs Arguments - (answer)Parameters are placeholders; arguments are actual values.
Strong Typing - (answer)Enforces consistent data type usage.
Data Structures - (answer)Array, Stack, Queue, Linked List, Record.
Algorithm - (answer)Step-by-step process for solving a task.
Pseudocode - (answer)High-level outline of code logic.
, WGU D684 INTRODUCTION TO COMPUTER SCIENCE COURSE SECTION 1 AND 2
OBJECTIVE ASSESSMENT EXAM 2025/2026 CURRENTLY TESTING WITH COMPLETE EXAM
QUESTIONS WITH DETAILED VERIFIED ANSWERS /ALREADY GRADED A+
Sequential Search vs Binary Search - (answer)Linear vs divided search.
Sorting Algorithms - (answer)Bubble, Insertion, Selection sort.
Composite Variable - (answer)Can store multiple values.
Flowchart Symbols - (answer)Terminal (oval), Process (rectangle), Input/Output (parallelogram).
Loop Types - (answer)Count-controlled, Event-controlled.
Precedence Rules - (answer)Define operator evaluation order.
CPU (ALU + CU) - (answer)Executes instructions.
RAM - (answer)Volatile, temporary memory.
Motherboard - (answer)Main circuit board.
Bus Width - (answer)Bits transferred simultaneously.
Cache - (answer)Fast memory for frequently accessed data.
Instruction Register - (answer)Holds current instruction.
OBJECTIVE ASSESSMENT EXAM 2025/2026 CURRENTLY TESTING WITH COMPLETE EXAM
QUESTIONS WITH DETAILED VERIFIED ANSWERS /ALREADY GRADED A+
Data Types - (answer)Define the kind of data a variable can hold: integers, floats, characters, Booleans.
Variables - (answer)Named memory locations that store data.
Assignment Operator - (answer)`=` assigns values.
Camel Casing - (answer)myVariableName; Snake Casing - my_variable_name.
Control Structures - (answer)Loops (while, for), conditionals (if, else).
Arithmetic Operators - (answer)+, -, *, /.
Function/Subprogram - (answer)Reusable block of code.
Parameters vs Arguments - (answer)Parameters are placeholders; arguments are actual values.
Strong Typing - (answer)Enforces consistent data type usage.
Data Structures - (answer)Array, Stack, Queue, Linked List, Record.
Algorithm - (answer)Step-by-step process for solving a task.
Pseudocode - (answer)High-level outline of code logic.
, WGU D684 INTRODUCTION TO COMPUTER SCIENCE COURSE SECTION 1 AND 2
OBJECTIVE ASSESSMENT EXAM 2025/2026 CURRENTLY TESTING WITH COMPLETE EXAM
QUESTIONS WITH DETAILED VERIFIED ANSWERS /ALREADY GRADED A+
Sequential Search vs Binary Search - (answer)Linear vs divided search.
Sorting Algorithms - (answer)Bubble, Insertion, Selection sort.
Composite Variable - (answer)Can store multiple values.
Flowchart Symbols - (answer)Terminal (oval), Process (rectangle), Input/Output (parallelogram).
Loop Types - (answer)Count-controlled, Event-controlled.
Precedence Rules - (answer)Define operator evaluation order.
CPU (ALU + CU) - (answer)Executes instructions.
RAM - (answer)Volatile, temporary memory.
Motherboard - (answer)Main circuit board.
Bus Width - (answer)Bits transferred simultaneously.
Cache - (answer)Fast memory for frequently accessed data.
Instruction Register - (answer)Holds current instruction.