Concept check: Which logical operator is true only when both inputs are true?
Choose an option to check your answer.
AND produces true only when both operands are true.
Practice PIEAS ICS questions with answers and explanations.
Choose an option to check your answer.
AND produces true only when both operands are true.
Choose an option to check your answer.
A variable associates a name with data that a program can use or change.
Choose an option to check your answer.
A while loop evaluates its condition before each iteration.
Choose an option to check your answer.
An operating system coordinates hardware resources and applications.
Choose an option to check your answer.
The octal system has base 8 and uses digits 0–7.
Choose an option to check your answer.
The h1 element represents the highest-level heading.
Choose an option to check your answer.
A network connects devices so they can communicate and share resources.
Choose an option to check your answer.
Bubble sort compares adjacent pairs and swaps them until ordered.
Choose an option to check your answer.
A bit stores either 0 or 1.
Choose an option to check your answer.
A byte conventionally contains eight bits.
Choose an option to check your answer.
Decimal 10 equals 8 + 2, giving binary 1010.
Choose an option to check your answer.
A queue removes elements in the order they were inserted.