Architecture and Organization - Midterm Examination
Quiz by Felipe Sinjetsu
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
41 questions
Show answers
- Q1A level of language which is the native tongue of the computer and cause the microprocessor to function or execute function is?binary languageassemblermachine level languagecompiler30s
- Q2When using a high level language like C or C++, what converts the codes into machine readable codes for execution?assemblersubject codecompilerlinker30s
- Q3A program written in the assembly language of one processor can run on a computer that has different processor.TRUEFALSE30s
- Q4Instructions in (high level) language can directly manipulate the data stored in microprocessor internal components.FALSE, compilerFALSE, assemblyTRUEFALSE, linker30s
- Q5High level language like VB codes or instructions can load the data from memory into microprocessor registers, add values, and performs other operations.TRUEFALSE30s
- Q6C++, Java, FORTRAN, VB, C are examples of what language?structure queryassemblyhigh levelmachine30s
- Q7High level language programs are complied and assembly language programs are assembled.TRUEFALSE30s
- Q8Compiler generates object code file which is machine readable from source code of what level of language?binarymachine levelassemblyhigh level30s
- Q9A (linker) combines the object code file to other object code file which will be stored in an executable file.FALSE, compilerFALSE, machineFALSE, assemblerTRUE30s
- Q10An (assembly) language is specific to one microcontroller or microprocessor.FALSE, machineFALSE, high levelFALSE, linkerTRUE30s
- Q11An instruction of an assembly language that performs input of data to and output of data from the microprocessor is (data operational instruction).FALSE, data transfer instructionFALSE, I/o instructionTRUEFALSE, program control instruction30s
- Q12Is considered to be volatile and the primary storage of a computer system.CENTRAL PROCESSING UNITREAD ONLY MEMORYRANDOM ONLY MEMORYRANDOM ACCESS MEMORY30s
- Q13Assembly language instruction that is used to control the flow of a program which includes subroutines like in high level language is (program control instruction).FALSE, data operational instructionFALSE, data transfer instructionTRUEFALSE, system control instruction30s
- Q14Instruction of assembly language which perform arithmetic and logical instructions is (data transfer instruction).FALSE, program control instructionFALSE, arithmetic logical instructionTRUEFALSE, data operational instruction30s
- Q15(Random Access Memory) is a primary storage and the memory which directly accessible by the CPU.TRUEFALSE, Read Only MemoryFALSE, RegisterFALSE, CPU30s