Facebook Twitter Instagram
    Facebook Twitter Instagram Pinterest YouTube
    DeepCrazyWorld
    Subscribe
    • HOME
    • FLUTTER
      • FLUTTER APP
        • QRCode
        • Quiz App
        • Chat GPT
        • PDF App
        • News App
        • Fitness App
        • Weather App
        • BMI Calculator
        • GAME APP
        • Ecommerce App
        • wallpaper App
        • Finance app
        • Chat App
        • Wallet App
        • Taxi App
        • Quran app
        • Music player app
      • FLUTTER UI
        • Splash Screen
        • Onboarding Screen
        • Login Screen
        • Card Design
        • Drawer
    • ANDROID
      • ANDROID APP
      • GAME APP
      • ANDROID STUDIO
    • SOURCE CODE
    • PROJECT
      • Android Projects
      • College Projects
      • FLUTTER APP
      • Project Ideas
      • PHP Projects
      • Python Projects
    • MCQ
      • AKTU MCQ
        • RPA MCQ
        • COA MCQ
        • HPC MCQ
        • SPM MCQ
        • Renewable Energy All MCQ
        • Data Compression MCQ
        • Data Structure MCQ
        • Digital Image Processing MCQ
        • Software Engineering MCQ
        • Machine Learning MCQ
        • Artificial Intelligence MCQ
      • D PHARMA MCQ
        • Pharmaceutics – I MCQ
        • Pharmacognosy MCQ
        • Pharmaceutical Chemistry MCQ
        • Biochemistry and Clinical Pathology MCQ
        • Human Anatomy and Physiology MCQ
        • Heath Education and Community Pharmacy MCQ
    • INTERVIEW QUESTIONS
      • Flutter Interview Questions
      • INTERVIEW QUESTIONS
      • Python Interview Questions
      • Coding ninjas solution
    • COLLECTION
      • WORDPRESS
        • SEO
        • TOP 10 WORDPRESS THEME
      • PRODUCTIVITY
      • Program
      • QUOTES
    DeepCrazyWorld
    Home»COA MCQ»Top 50+ Computer Organization and Architecture MCQ Questions
    COA MCQ

    Top 50+ Computer Organization and Architecture MCQ Questions

    DeepikaBy DeepikaJune 22, 2021Updated:January 19, 2022No Comments8 Mins Read
    Facebook Twitter LinkedIn WhatsApp Telegram
    Share
    Facebook Twitter LinkedIn Pinterest Telegram WhatsApp

    Top 50+ Computer Organization and Architecture MCQ Questions – Computer Organization and Architecture INTRODUCTION: Computer Organization and Architecture is the study of internal working, structuring and implementation of a computer system. Architecture in computer system, same as anywhere else, refers to the externally visual attributes of the system.

    Table of Contents

    • Top 50+ COA MCQ | Computer Organization and Architecture Multiple Choice Questions :
      • Computer Organization and Architecture Multiple Choice Questions and Answers :-
    • Computer Organization and Architecture MCQ
        • HPC MCQ UNIT – 1
        • HPC MCQ UNIT -2
        • HPC MCQ UNIT – 3
        • HPC MCQ UNIT – 4
        • HPC MCQ UNIT – 5
    • READ MORE…

    Top 50+ COA MCQ | Computer Organization and Architecture Multiple Choice Questions :

    Computer Organization and Architecture Multiple Choice Questions and Answers :-

    1. In computers, subtraction is generally carried out by __.
      A. 9’s complement
      B. 10’s complement
      C. 1’s complement
      D. 2’s complement

    Ans: D

    1. Assembly language __.
      a. uses alphabetic codes in place of binary numbers used in machine language
      b. is the easiest language to write programs
      c. need not be translated into machine language
      d. None of these

    Ans: A

    <img decoding=
    1. Suppose that a bus has 16 data lines and requires 4 cycles of 250 nsecs each to transfer data. The bandwidth of this bus would be 2 Megabytes/sec. If the cycle time of the bus was reduced to 125 nsecs and the number of cycles required for transfer stayed the same what would the bandwidth of the bus?

      A. 1 Megabyte/sec
      B. 4 Megabytes/sec
      C. 8 Megabytes/sec
      D. 2 Megabytes/sec

    Ans: D

    1. Floating point representation is used to store __.
      A. Boolean values
      B. whole numbers
      C. real integers
      D. integers

    Ans: C

    1. SIMD represents an organization that __.
      a. refers to a computer system capable of processing several programs at the same
      time.
      b. represents organization of single computer containing a control unit, processor
      unit and a memory unit.
      c. includes many processing units under the supervision of a common control unit
      d. none of the above.

    Ans: C

    1. In Reverse Polish notation, expression AB+CD is written as
      A. ABCD+
      B. ABCD+
      C. ABCD+ D. ABCD+

    Ans: A

    1. Processors of all computers, whether micro, mini or mainframe must have
      a. ALU
      b. Primary Storage
      c. Control unit
      d. All of above

    Ans b

    1. What is the control unit’s function in the CPU?
      a. To transfer data to primary storage
      b. to store program instruction
      c. to perform logic operations
      d. to decode program instruction

    Ans: e

    1. What is meant by a dedicated computer?
      a. which is used by one person only
      b. which is assigned to one and only one task
      c. which does one kind of software
      d. which is meant for application software only

    Ans: f

    1. The most common addressing techiniques employed by a CPU is
      a. immediate
      b. direct
      c. indirect
      d. register
      e. all of the above

    Ans d

    1. Pipeline implement
      a. fetch instruction
      b. decode instruction
      c. fetch operand
      d. calculate operand
      e. execute instruction
      f. all of abve

    Ans d

    1. Which of the following code is used in present day computing was developed by IBM corporation?
      a. ASCII
      b. Hollerith Code
      c. Baudot code
      d. EBCDIC code

    Ans d

    1. When a subroutine is called, the address of the instruction following the CALL instructions stored in/on the
      a. stack pointer
      b. accumulator
      c. program counter
      d. stack

    Ans d

    1. A microprogram written as string of 0’s and 1’s is a
      a. symbolic microinstruction
      b. binary microinstruction
      c. symbolic microprogram
      d. binary microprogram

    Ans d

    1. Interrupts which are initiated by an instruction are
      a. internal
      b. external
      c. hardware
      d. software

    Ans d

    1. Memory access in RISC architecture is limited to instructions
      a. CALL and RET
      b. PUSH and POP
      c. STA and LDA
      d. MOV and JMP

    Ans c

    1. A collection of lines that connects several devices is called …………..
      A) bus
      B) peripheral connection wires
      C) Both a and b
      D) internal wires

    Ans A

    1. A complete microcomputer system consist of ………..
      A) microprocessor
      B) memory
      C) peripheral equipment
      D) all of the above

    Ans D

    1. PC Program Counter is also called ……………….
      A) instruction pointer
      B) memory pointer
      C) data counter
      D) file pointer

    Ans A

    1. In a single byte how many bits will be there?
      A) 8
      B) 16
      C) 4
      D) 32

    Ans A

    1. CPU does not perform the operation ………………
      A) data transfer
      B) logic operation
      C) arithmetic operation
      D) all of the above

    Ans A

    Ans A

    1. The access time of memory is …………… the time required for performing any single CPU operation.
      A) Longer than
      B) Shorter than
      C) Negligible than
      D) Same as
    1. Memory address refers to the successive memory words and the machine is called as …………
      A) word addressable
      B) byte addressable
      C) bit addressable
      D) Tera byte addressable

    Ans A

    1. A microprogram written as string of 0’s and 1’s is a ………….
      A) Symbolic microinstruction B) binary microinstruction
      C) symbolic microinstruction D) binary microprogram

    Ans D

    1. A pipeline is like ………………..

      A) an automobile assembly line
      B) house pipeline
      C) both a and b
      D) a gas line

    Ans A

    Computer Organization and Architecture MCQ

    1. Data hazards occur when ……
      A) Greater performance loss
      B) Pipeline changes the order of read/write access to operands
      C) Some functional unit is not fully pipelined
      D) Machine size is limited

    Ans B

    1. Where does a computer add and compare data?
      A. Hard disk
      B. Floppy disk
      C. CPU chip
      D:Memory chip
      Ans C
    2. Which of the following registers is used to keep track of address of the memory location where the next instruction is located?
      A. Memory Address Register
      B. Memory Data Register
      C. Instruction Register
      D. Program Register

    Ans D

    1. A complete microcomputer system consists of
      A) microprocessor
      B) memory
      C) peripheral equipment
      D) all of above

    Ans D

    1. CPU does not perform the operation
      A. data transfer
      B. logic operation
      C. arithmetic operation
      D. all of above

    Ans B

    1. Pipelining strategy is called implement
      A. instruction execution
      B. instruction prefetch
      C. instruction decoding
      D. instruction manipulation

    Ans C

    1. A stack is
      A. an 8-bit register in the microprocessor
      B. a 16-bit register in the microprocessor
      C. a set of memory locations in R/WM reserved for storing information temporarily

      during the execution of computer
      D. a 16-bit memory address stored in the program counter

    Ans A

    1. A stack pointer is
      A. a 16-bit register in the microprocessor that indicate the beginning of the stack
      memory.
      B. a register that decodes and executes 16-bit arithmetic expression.
      C. The first memory location where a subroutine address is stored.
      D. a register in which flag bits are stored

    Ans A

    1. The branch logic that provides decision making capabilities in the control unit is known as
      A. controlled transfer
      B. conditional transfer
      C. unconditional transfer
      D. none of above

    Ans C

    1. Interrupts which are initiated by an instruction are

      A. internal
      B. external
      C. hardware
      D. software

    Ans D

    1. A time sharing system imply
      A. more than one processor in the system
      B. more than one program in memory
      C. more than one memory in the system
      D. None of above

    Ans B

    37.Virtual memory is –
    (1) an extremely large main memory
    (2) an extremely large secondary memory
    (3) an illusion of an extremely large memory
    (4) a type of memory used in super computers
    (5) None of these

    Answers: 3

    38.Fragmentation is –
    (1) dividing the secondary memory into equal sized f ragments
    (2) dividing the main memory into equal size f ragments
    (3) f ragments of memory words used in a page
    (4) f ragments of memory words unused in a page
    (5) None of these

    Answers: 2

    39.Which memory unit has lowest access time?
    (1) Cache
    (2) Registers
    (3) Magnetic Disk
    (4) Main Memory
    (5) Pen drive

    Answer :2

    40.Cache memory-
    (1) has greater capacity than RAM
    (2) is f aster to access than CPU Registers
    (3) is permanent storage
    (4) f aster to access than RAM
    (5) None of these

    Answer: 4

    41.When more than one processes are running concurrently on a system-
    (1) batched system
    (2) real-time system
    (3) multi programming system
    (4) multiprocessing system
    (5) None of these

    Answers: 3

    42.Which of the following memories must be refreshed many times per second?
    a. Static RAM
    b. Dynamic RAM
    c. EPROM
    d. ROM
    e. None of these
    ans Static RAM

    43.RAM stands for
    a. Random origin money
    b. Random only memory
    c. Read only memory
    d. Random access memory
    e. None of these
    ans Random access memory

    44.CPU fetches the instruction from memory according to the value of
    a) program counter
    b) status register
    c) instruction register
    d) program status word

    Answer: a

    45.A memory buffer used to accommodate a speed differential is called
    a) stack pointer
    b) cache
    c) accumulator
    d) disk buffer
    Answer:b.

    46.Which one of the following is the address generated by CPU?
    a) physical address
    b) absolute address
    c) logical address
    d) none of the mentioned

    Answer:c.

    47.Run time mapping from virtual to physical address is done by

    a) memory management unit
    b) CPU
    c) PCI
    d) none of the mentioned

    Answer: a

    48.Memory management technique in which system stores and retrieves data from secondary storage for use in main memory is called
    a) fragmentation
    b) paging
    c) mapping
    d) none of the mentioned

    Answer:b

    49.The address of a page table in memory is pointed by
    a) stack pointer
    b) page table base register
    c) page register
    d) program counter

    Ans:

    50.Program always deals with
    a) logical address
    b) absolute address
    c) physical address
    d) relative address

    Answer: a

    computer organization and architecture,computer architecture and organization,computer architecture and organization mcq,computer organization and architecture in hindi,computer organization and architecture for gate,computer organization and architecture tutorial,ec8552 computer architecture and organization,computer organisation and architecture,computer architecture,computer architecture and organization mcqs with answers,computer organization and architecture mcqs

    Digital Image Processing MCQ | Basics Of Image Sampling & Quantization

    Basic of Digital Image Processing

    ALL unite digital Image Processing MCQ

    HPC COMPLETE NOTES DOWNLOAD

    HPC MCQ QUESTION AND ANSWER

    HPC MCQ UNIT – 1

    HPC MCQ UNIT -2

    HPC MCQ UNIT – 3

    HPC MCQ UNIT – 4

    HPC MCQ UNIT – 5

    READ MORE…

    If you found this post useful, don’t forget to share this with your friends, and if you have any query feel free to comment it in the comment section.

    Thank you 🙂 Keep Learning !

    Post Views: 535
    computer architecture computer architecture and organization computer architecture and organization mcq computer architecture and organization mcqs with answers computer organisation and architecture computer organization and architecture computer organization and architecture for gate computer organization and architecture in hindi computer organization and architecture mcqs computer organization and architecture tutorial
    Share. Facebook Twitter LinkedIn WhatsApp Telegram
    Previous ArticleTop 150+ Computer Organization and Architecture MCQ Questions
    Next Article Renewable Energy Resources AKTU Multiple Choice Questions (MCQ)
    Deepika
    • Website
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • LinkedIn

    Hey, I'm Deepika a professional blogger and Experienced in Mobile app developer (Flutter, Android and iOS) Technically sound Post graduated M.Tech in Computer Science and Engineering. I Love to gain every type of knowledge that's why i have done many courses in different fields like engineering and technology. Skilled in Java, HTML, CSS,Bootstrap,j query PHP, Python, SQL, C, C++,Firebase,MySQL,SQLite,JavaScript. Also I have learned Networking.

    Related Posts

    Top 150+ Computer Organization and Architecture MCQ Questions

    June 22, 2021

    Top 50+ Computer architecture interview questions | COA questions

    June 22, 2021

    Leave A Reply Cancel Reply

    Archives
    Categories
    • AKTU MCQ (3)
    • ANDROID (8)
    • ANDROID APP (124)
    • Android App Development (21)
    • Android Interview Questions (3)
    • Android Projects (3)
    • ANDROID STUDIO (20)
    • Artificial Intelligence MCQ (2)
    • Biochemistry and Clinical Pathology MCQ (1)
    • BMI Calculator (1)
    • Book App (1)
    • BottomNavigationBar (1)
    • Calculator App (1)
    • Card Design (1)
    • CCC (5)
    • Chat App (6)
    • Chat GPT (2)
    • COA MCQ (3)
    • Coding Interview Questions (2)
    • Coding ninjas solution (4)
    • COLLECTION (16)
    • College Projects (3)
    • Color picker (1)
    • Company Interview Question (4)
    • COURSES (4)
    • D PHARMA MCQ (7)
    • Data Compression MCQ (1)
    • Data Science MCQ (1)
    • Data Structure (1)
    • Data Structure MCQ (1)
    • Digital Communication MCQ (2)
    • Digital Image Processing MCQ (8)
    • Digital marketing (1)
    • Drawer (1)
    • E-Commerce Android App (1)
    • Easeus Partition Master (1)
    • Ecommerce App (2)
    • Finance app (1)
    • Fitness App (6)
    • FLUTTER (56)
    • FLUTTER APP (31)
    • Flutter Interview Questions (9)
    • FLUTTER UI (29)
    • Freelancer (9)
    • GAME APP (12)
    • Google AdSense (4)
    • Healthcare App (1)
    • Heath Education and Community Pharmacy MCQ (1)
    • HPC MCQ (7)
    • Human Anatomy and Physiology MCQ (1)
    • INTERVIEW QUESTIONS (44)
    • JCreator Pro (1)
    • Login Screen (30)
    • Machine Learning MCQ (3)
    • MCQ (1)
    • MCQ Questions (2)
    • Microsoft Visual Studio 2010 (1)
    • Movie App (1)
    • Music player app (9)
    • News App (6)
    • Onboarding Screen (17)
    • PDF App (4)
    • Pharmaceutical Chemistry MCQ (1)
    • Pharmaceutics – I MCQ (2)
    • Pharmacognosy MCQ (1)
    • PHP Projects (2)
    • Productivity (2)
    • Program (6)
    • PROJECT (11)
    • Project Ideas (3)
    • Python Interview Questions (3)
    • Python Projects (1)
    • QRCode (5)
    • Quiz App (9)
    • QUOTES (12)
    • Quran app (1)
    • Recipe App (1)
    • Renewable Energy All MCQ (7)
    • RPA MCQ (1)
    • SEO (8)
    • Software Developer (2)
    • Software Engineering MCQ (5)
    • SOURCE CODE (20)
    • Splash Screen (11)
    • SPM MCQ (1)
    • Stripe Payment Gateway in Flutter (1)
    • Tasks Notes App (2)
    • Taxi App (1)
    • TCS NQT Questions (2)
    • Tic Tac Toe Game (1)
    • TOP 10 WORDPRESS THEME (4)
    • Uncategorized (6)
    • Video Player App (1)
    • Wallet App (1)
    • wallpaper App (2)
    • Weather App (4)
    • Web Developer (11)
    • WORDPRESS (13)
    Facebook Twitter Instagram Pinterest YouTube Telegram
    Most Viewed Posts
    • Stripe Payment gateway integration in Flutter 2023 (99,183)
    • Top 50+ Flutter Interview Questions in 2023 (50,519)
    • Top 10 Flutter Interview Questions in 2023 (45,219)
    • How to Make Car Racing Game App with Android Studio (10,144)
    • SEO Practices Everyone Should Follow SEO Rules! (4,044)
    • How to make Student Portal System Android Project (3,698)

    Quizler: A simple beautiful Quiz app built with Flutter

    December 2, 2023

    Flutter Package for iPhone’s notch or Dynamic Island hidden logo

    December 2, 2023

    Beautiful Quiz App by using flutter source code

    December 1, 2023
    Facebook Twitter Instagram Pinterest YouTube
    • About
    • Contact
    • Disclaimer
    • Privacy Policy
    Powered by DeepCrazyWorld © 2023

    Type above and press Enter to search. Press Esc to cancel.