What is the octal equivalent of decimal 20? MCQ with Answer and Explanation

What is the octal equivalent of decimal 20?
A. 24
B. 25
C. 26
D. 23
Answer: Option A
Solution (By JKSSB Mock Tests)
20 decimal = 24 octal (2*8 + 4 = 20).

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Computer Fundamentals Questions

Question #1
An automated assembly line tracking machine that constantly measures physical automobile alignments and flags anomalies on a terminal is a:
A. Supercomputer
B. Hybrid Computer
C. Pure Analog Computer
D. Pure Digital Computer

Correct Answer: Option B


Explanation:
It operates as a hybrid computer because it converts continuous physical physical measurements into digital signals for data processing.

This question belongs to: Computer Computer Fundamentals
Question #2
Which generation of computers used machine language and assembly language?
A. Third
B. Fourth
C. First
D. Second

Correct Answer: Option C


Explanation:
First-generation computers used machine language; second used assembly as well.

This question belongs to: Computer Computer Fundamentals
Question #3
What is the function of an interpreter?
A. Manages memory
B. Compiles entire code
C. Converts binary to decimal
D. Translates high-level code to machine code line by line

Correct Answer: Option D


Explanation:
An interpreter translates and executes source code line by line, without producing a separate machine code file.

This question belongs to: Computer Computer Fundamentals