CS501 50 Important MCQs that have appeared in the paper this time

50 Important MCQs that have appeared in the paper this time. CS501- Advance Computer Architecture

CS501- Advance Computer Architecture MCQs




Question No: 2 - Please choose one The instruction set is of _____________ importance in governing the structure and function of the pipeline.
Least
Primary
Secondary
No
8
Question No: 3 - Please choose one ____________ is the most general and least useful performance metrics for RISC machines.
MIPS
Instruction Count
Number of registers
Clock Speed
Question No: 4 - Please choose one A _________ provides four functions: Select, DataIn, Data Out and Read/Write.
ALU
Bus
Register
Memory Cell (Page 351)
Question No: 5 - Please choose one We can classify or partition the SRC instructions by their overall ______________ behavior.
Register transfer
Memory transfer
Execution
Logical
Question No: 6 - Please choose one The ____________ RTN describes detailed register transfer steps in the data path that produce the overall effect.
Abstract
Concrete
Absolute
Basic
Question No: 7 - Please choose one All members of the MC68000 family are ____________ processors.
32-bit
16-bit
64-bit
8-bit
9
Question No: 8 - Please choose one _________ Operations refers to a processor that can issue more than one instruction simultaneously.
Macro
Micro
Scalar
Superscalar
Question No: 9 - Please choose one Exceptions which are _______________ occur in response to events that are paced by the internal processor clock.
Asynchronous
Synchronous
Internal
External
Question No: 10 - Please choose one In the hazard detection by hardware, resolved by pipeline stalls, if the instructions are in the adjoining stages, then the hazard must be detected in stage __________.
4
2
3
1

CS501 - ADVANCE COMPUTER ARCHITECTURE
Question No: 1 - Please choose one 16k x4 static RAM Chip is arranged in the form of four _____________ cells.
16x512
32x512
256x512
64x256 (Page 352)
10
Question No: 2 - Please choose one In a DRAM cell, the storage capacitor will discharge in around ______________
4 -15 ms (Page 354)
2 - 10 ms
5-20 ms
10-25 ms
Question No: 3 - Please choose one 1-bit sign, 8-bit exponent, 23-bit fraction and a bias of 127 is used for ___________ Binary Floating Point Representation
Double precision
Single Precision (Page 348)
All of above
Half Precision
Question No: 4 - Please choose one The average rotational latency if the disk rotated at 20,000rpm is _____________
0.5 ms
3.5 ms
2.5 ms
1.5 ms (Page 324)
Question No: 5 - Please choose one A hard disk with 5 platters has 1024 tracks per platter, 512 sectors per track and 512 bytes/sector. What is the total capacity of the disk?
1.5 GB
1 GB (Page 324)
2 GB
3 GB

Question # 1 of 10  Select correct option: Which one of the following registers store a previously calculated value or a value loaded from the main memory?
► Accumulator
Address Mask
Instruction Register
Program Counter
Question # 2 of 10  Select correct option: Which one of the following portions of an instruction represents the operation to be performed?
Address
Instruction code
► Opcode (Page 33)
Operand
Question # 3 of 10  Select correct option: _______ control signal enable the input to the PC for receiving a value that is currently on the internal processor bus.
►LPC (Page 172)
INC4
LC
Cout
Question # 4 of 10  Select correct option: What is the instruction length of the FALCON-E processor?
8 bits
16 bits
►32 bits (Page 134)
64 bits 21
Question # 5 of 10  Select correct option: Which type of instructions enables mathematical computations?
►Arithmetic (Page 92)
►Control
►Data transfer
►None of the given
Question # 6 of 10  Select correct option: What is the instruction length of the SRC and Falcon E processor?
► 8 bits
► 16 bits
► 32 bits (Page 134)
► 64 bits
Question # 7 of 10  Select correct option: An instruction that specifies one operand in memory and one operand in a register would be known as a __________ address instruction.
►2-1/2
►1-1/2 (Page 37)
►0
►2
Question # 8 of 10  Select correct option: In floating point representations ______ is also called mantissa.
►Sign
►Base
►Significant (Page 347)
►Exponent
Question # 9 of 10  Select correct option: What should be the behavior of interrupts during critical sections?
►Must remain disable (Page 197)
►Must remain Enable
►Can be either enable or disable
►only important interrupts be enable
22
Question # 10 of 10  Select correct option: Which one of the following is a binary cell capable of storing one bit of information?
►Decoder
►Flip-flop (Page 76)
►Multiplexer
►Diplexer
Question # 1 of 10  Select correct option: Which type of instructions load data from memory into registers, or store data from registers into memory and transfer data between different kinds of special-purpose registers?
►Arithmetic
►Control
►Data transfer (Page 88)
►Floating point
Question # 2 of 10  Select correct option: What does the RTL expression [M(1234)] means?
►The contents of memory whose address is 1234.
►The contents of data register 1234
►The effective address of register 1234
►The address of memory whose address is 1234.
Question # 3 of 10  Select correct option: Which one of the following languages presents a simple, human-oriented language to specify the operations, register communication and timing of the steps that take place within a CPU to carry out higher level (user programmable) instructions?
►Assembly Language
►OOP(Object Oriented Language)
►RTL (Register Transfer Language)
►UML(Unified Modeling language)
Question # 4 of 10  Select correct option: Which one of the following instructions is used to load register from memory using a relative address?
►la
►lar
►ldr (Page 145)
►str 23
Question # 5 of 10  Select correct option: Taking control of the system bus for a few bus cycles is known as _____________.
►Bus Stealing
►Cycle Stealing (Page 317)
►Cycle Transfering
►None of given
Question # 6 of 10  Select correct option: In-------------address mode, the actual data is stored in the instruction.
►Direct
►Indirect
►Immediate
►Relative
Question # 7 of 10  Select correct option: Keyboard Interrupt (INT 9) is an example of ----- interrupt.
►Hardware
►Software
Question # 8 of 10  Select correct option: A user program has to delete a file. The user program will be executing in the user mode. When it makes the specific system call to delete the file, an interrupt will be generated, this will cause the processor to halt its current activity and switch to supervisor mode. Once in supervisor mode, the operating system will delete the file and then control will return to the user program. This is an example of
►Hardware interrupt
►Software interrupt (Page 275)
►Exception
►All of the given
Question # 9 of 10  Select correct option: By which file extension does the FALCON-A Assembler loads a FALCON-A assembly file?
►.asmfa (Page 8)
►.org
►.exe
►.src
24
Question # 10 of 10  Select correct option: All ----------interrupts have priority over all ---------interrupts
►internal, external (Page 279)
►external, internal
Question # 1 of 10  Select correct option: The ------- can also be used anywhere in the source file to force code at a particular address in the memory.
►.end directive
►.start directive
►.label directive
►.org directive (Page 298)
Question # 2 of 10  Select correct option: In this figure, the constant value specified by the immediate field is added to the register value, and the resultant is the index of memory location that is referred i.e. Effective Address = A + (content of R) . Identify the addressing mode.
► Displacement (Page 139)
► Immediate
► Indexed
► Relative
Question # 3 of 10  Select correct option: In which one of the following addressing modes, the operand does not specify an address but it is the actual data to be used.
► Direct
► Indirect
► Immediate
► Relative 25
Question # 4 of 10  Select correct option:
When is the “Divide error interrupt‖ generated?
► When an attempt is made to divide by decimal number
► When an attempt is made to multiply by zero
► When an attempt is made to divide by zero (Page 197)
► When negative number is stored in a register
Question # 5 of 10  Select correct option: Which one of the following is a term used to describe a storage systems' resilience to disk failure through the use of multiple disks and by the use of data distribution and correction techniques?
► Interrupt handling
► Programmed I/O
► Polling
► RAID
Question # 6 of 10  Select correct option: ___________ is the time for first bit of the message to arrive at the receiver including delays.
► Transmission Time
► Latency
► Transport Latency
► Time of Flight (Page 388)
Question # 7 of 10  Select correct option: Falcon-A Simulator loads a FALCON-A binary file with a ________ extension and presents its contents into different areas of the simulator.
► .bin
► .binfa (Page 5)
► .fa
► None of the given
Question # 8 of 10  Select correct option: In machines where instructions can be executed in parallel or out of order, two additional hazards can occur: WAW and ------------
► None fo the given
► WAR
► RAW
► RAR
26
Question # 9 of 10  Select correct option: For ________ of an error we just need to know that there exists an error.
► None of the given
► Correction
► Detection (Page 328)
► Both Correction and Detection
Question # 10 of 10  Select correct option: Identify the type of serial communication error condition in which 0 is received instead of a stop bit (which is always a 1)?
► Framing error (Page 240)
► Parity error
► Overrun error
► Under-run error
Question # 1 of 10  Select correct option: __________ is/are defined as the number of instructions processed per second
► Throughput (Page 203)
► Latency Time to process 1 request.
► Throughput and Latency
► None of the given
Question # 2 of 10  Select correct option: Raid Level ____ is not a true member of the RAID family.
►0 (Page 330)
►2
►3
►4
Question # 3 of 10  Select correct option: Which one of the following is an address (binary bit pattern) issued by CPU?
►Memory
►Effective (Page 39)
►Base
►Next instruction
27
Question # 4 of 10  Select correct option: Which one the following interrupts is initiated with an INT instruction?
►Hardware
►Software
►Both hardware and Software
►None of the given
Question # 5 of 10  Select correct option: An -----------is a program that takes basic computer instructions and converts them into a pattern of bits that the computer's processor can use to perform its basic operations.
►Assembler
►Debugger
►Editor
►Console


Facebook page = https://www.facebook.com/VUeducationStore/

COMMENTS

Read More Here ⇙
Read More Here ⇙
Name

ACC,1,Announcements,3,Assignments,17,bif,7,BIF602,1,BIF731,1,BIF732,1,BIF733,1,bio,23,BIO201,1,BIO202,1,BIO203,1,BIO204,1,BIO301,1,BIO302,1,BIO303,1,BIO401,1,BIO502,1,BIO731,1,BIO732,1,BIO733,1,BIO734,1,BNK,6,BNK601,1,BNK603,1,BNK610,1,BNK611,1,BNK612,1,BNK613,1,bt,34,BT101,1,BT102,1,BT301,1,BT302,1,BT404,1,BT406,1,BT501,1,BT503,1,BT504,1,BT603,1,BT605,1,BT731,1,BT732,1,BT733,1,BT734,1,BT735,1,che,3,CHE301,1,Cisco,1,CS,65,cs101,2,CS201,1,CS202,1,CS205,1,CS206,1,CS301,1,CS302,1,CS304,1,CS311,1,CS312,1,CS315,1,CS401,1,CS402,1,CS403,1,CS405,1,CS407,1,CS408,1,CS410,1,CS411,1,CS432,1,CS435,1,cs501,6,CS502,1,CS504,1,CS506,1,CS507,1,CS508,1,cs601,2,CS602,1,CS603,1,CS604,1,CS605,1,CS606,3,CS607,1,CS609,1,CS610,1,CS611,1,CS614,1,CS615,1,CS620,1,CS701,1,CS702,1,CS703,1,CS704,1,CS706,1,CS707,1,CS708,1,CS709,1,CS710,1,CS711,1,CS712,1,CS713,1,CS716,1,CS718,1,CS721,1,CS723,1,CS724,1,CS725,1,CS726,1,Cybersecurity,1,ECO,11,ECO401,1,ECO402,1,ECO403,1,ECO404,2,ECO501,1,ECO601,1,ECO603,1,ECO606,1,ECO615,1,EDU,30,EDU101,1,EDU201,1,EDU301,1,EDU303,1,EDU304,1,EDU305,1,EDU401,1,EDU402,1,EDU403,2,EDU404,1,EDU405,1,EDU406,1,EDU410,1,EDU411,1,EDU430,1,EDU431,1,EDU501,1,EDU505,1,EDU510,1,EDU512,1,EDU515,1,EDU516,1,EDU601,1,EDU602,1,EDU603,1,EDU604,1,EDU654,1,EDU705,1,EDU712,1,ENG,21,ENG001,1,ENG101,1,ENG201,1,ENG301,1,ENG501,1,ENG502,1,ENG503,1,ENG504,1,ENG505,1,ENG506,1,ENG507,1,ENG508,1,ENG509,1,ENG510,1,ENG511,1,ENG512,1,ENG513,1,ENG515,1,ENG516,1,ENG518,1,ENG519,1,ETH,1,ETH202,1,extension,1,FIN,7,FIN611,1,FIN621,1,FIN622,1,FIN623,1,FIN625,1,FIN630,1,FIN701,1,GDB Solution,1,GEN,2,GEN731,1,GEN732. Mahar Waqas,1,grand quiz,20,GSC,2,GSC101,1,GSC201,1,Handouts,1,HRM,6,HRM613,1,HRM617,1,HRM624,1,HRM626,1,HRM627,1,HRM713,1,Important Question,4,ISL,1,isl201,2,IT,1,IT430,1,Mahar Waqas,309,MCD,8,MCD401,1,MCD402,1,MCD403,1,MCD404,1,MCD501,1,MCD502,1,MCD503,1,MCD504,1,MCM,16,MCM101,1,MCM301,1,MCM304,1,MCM310,1,MCM311,1,MCM401,1,MCM404,1,MCM411,1,MCM501,1,MCM511,1,MCM514,1,MCM515,1,MCM516,1,MCM604,1,MCM610,1,Mega files,334,MGM,1,MGMT,15,MGMT611,1,MGMT614,1,MGMT615,1,MGMT617,1,MGMT622,1,MGMT623,1,MGMT625,1,MGMT627,1,MGMT628,1,MGMT629,1,MGMT630,1,MGMT631,1,MGMT715,1,MGMT727,1,MGMT731,1,MGT,19,MGT101,1,MGT111,1,MGT201,1,MGT211,1,MGT301,2,MGT401,1,MGT402,1,MGT404,1,MGT411,1,MGT501,1,MGT502,1,MGT503,1,MGT504,1,MGT510,1,MGT513,1,MGT520,1,MGT522,1,MGT601,1,MGT602,1,MGT603,1,MGT604,1,MGT610,1,MGT611,1,MGT612,1,MGT613,1,MGT621,1,MGT703,1,MGT705,1,MKT,13,MKT501,1,MKT529,1,MKT530,1,MKT603,1,MKT610,1,MKT611,1,MKT621,1,MKT624,1,MKT625,1,MKT626,1,MKT627,1,MKT630,1,Moazz,333,moazz and Mahar Waqas,1,mth,4,MTH Mahar Waqas,24,MTH001,1,MTH100,1,MTH101,1,MTH102,1,MTH201,1,MTH202,1,MTH301,1,MTH302,1,MTH303,1,mth401,2,MTH501,2,MTH601,1,MTH603,1,MTH621,1,MTH622,1,MTH631,1,MTH632,1,MTH633,1,MTH634,1,MTH641,1,MTH701,1,MTH706,1,MTH7123,1,MTH718,1,MTH721,1,PAD,1,PAD603,1,PAK,2,PAK301,1,PAK302,1,past Papers,399,Phy,3,PHY101,1,PHY301,1,Pk,1,PSC,2,PSC201,1,PSC401,1,psy,20,PSY101,1,PSY401,1,PSY403,1,PSY404,1,PSY405,1,PSY406,1,PSY407,1,PSY408,1,PSY409,1,PSY502,1,PSY504,1,PSY510,1,PSY511,1,PSY512,1,PSY513,1,PSY514,1,PSY610,1,PSY631,1,PSY632,1,Quiz Solution,18,screenshot,2,SEC,1,SEC001,1,SOC,8,SOC101,1,SOC301,1,SOC302,1,SOC401,1,SOC402,1,SOC403,1,SOC601,1,SOC603,1,STA,11,STA100,1,STA301,1,STA621,1,STA630,1,STA631,1,STA632,1,STA642,1,STA643,1,STA644,1,STA730,1,URD,1,URD101,1,Video,6,vu,26,vu toolkit,5,Waqar Siddhu,334,zoo,18,ZOO301,1,ZOO502,1,ZOO503,1,ZOO504,2,ZOO505,1,ZOO731,1,
ltr
item
VU Grand Quiz Assignment GDB past Papers exam: CS501 50 Important MCQs that have appeared in the paper this time
CS501 50 Important MCQs that have appeared in the paper this time
50 Important MCQs that have appeared in the paper this time. CS501- Advance Computer Architecture
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhM_uh_NOkdzbm7YT3LLkCrwPi4mO7rxwOxGbrmv87PB4norHDr91E0hs7DMlhbWztnEwKohSjg0AMxM3Y0ZYKbCruBoKBg7HIwNVPTk7QHxfGO5ChB_0PUM4_MyPdquZWy7nQar2WrkMVv/w618-h348/Personal+Vlog+YouTube+Thumbnail+%25281%2529.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhM_uh_NOkdzbm7YT3LLkCrwPi4mO7rxwOxGbrmv87PB4norHDr91E0hs7DMlhbWztnEwKohSjg0AMxM3Y0ZYKbCruBoKBg7HIwNVPTk7QHxfGO5ChB_0PUM4_MyPdquZWy7nQar2WrkMVv/s72-w618-c-h348/Personal+Vlog+YouTube+Thumbnail+%25281%2529.png
VU Grand Quiz Assignment GDB past Papers exam
https://vueducationhub.blogspot.com/2020/09/cs501-50-important-mcqs-that-have.html
https://vueducationhub.blogspot.com/
https://vueducationhub.blogspot.com/
https://vueducationhub.blogspot.com/2020/09/cs501-50-important-mcqs-that-have.html
true
2817428684875374465
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content