Skip to main content

*~* VuPak2009 *~* Re: ..::VU-Pink::.. Re: ``**``(*_*)...KOI to kre na CS501 ka Quiz...(*_*)``**``

What is the instruction length of the SRC processor?

 

       ► 8 bits

 

       ► 16 bits

 

       ► 32 bits

 

       ► 64 bits

 

   

Question No: 2    ( Marks: 1 )    - Please choose one

 Which one of the following is the memory organization of FALCON-E processor?

 

       ► 28 * 8 bits

 

       ► 216 * 8 bits

 

       ► 232 * 8 bits

 

       ► 264 * 8 bits

 

   

Question No: 3    ( Marks: 1 )    - Please choose one

 "If P = 1, then load the contents of register R1 into register R2".

This statement can be written in RTL as:

 

       ► R1 ¬ R2

 

       ► P: R1 ¬ R2

           

       ► P: R2 ¬ R1

           

       ► P: R2 ¬ R1,   P: R1 ¬ R2

 

   

Question No: 4    ( Marks: 1 )    - Please choose one

 The instruction ---------------will load the register R3 with the contents of the memory location M [PC+56] http://vustudents.ning.com

 

►Add R3, 56

►lar R3, 56

 

►ldr R3, 56

 

►str R3, 56

 

   

Question No: 5    ( Marks: 1 )    - Please choose one

 ----------are faster than cache memory http://vustudents.ning.com

       Accumulator register

 

       CPU registers

 

       I/O devices

 

       ROM

 

 

   

Question No: 6    ( Marks: 1 )    - Please choose one

 P:  R3 ¬ R5

MAR ¬ IR

These two are instructions written using RTL .If these two operations is to occur simultaneously then which symbol will we use to separate them so that it becomes a correct statement with the condition that two operations occur simultaneously?

 

       ► Arrow    ¬           

 

       ► Colon    :                   

 

       ► Comma  ,      

 

       ► Parentheses ()    

 

   

Question No: 7    ( Marks: 1 )    - Please choose one

 Prefetching can be considered a primitive form of-------------

►Pipelining http://vustudents.ning.com

 

►Multi-processing

 

►Self-execution

 

►Exception

 

   

Question No: 8    ( Marks: 1 )    - Please choose one

 The processor must have a way of saving information about its state or context so that it can be restored upon return from the ------------- http://vustudents.ning.com

►Exception

 

►Function

 

►Stack

 

►Thread

 

   

Question No: 9    ( Marks: 1 )    - Please choose one

 

Which one of the following circuit design levels is called the gate level?

 

       Logic Design Level

 

       Circuit Level

 

       Mask Level

 

       None of the given

 

   

Question No: 10    ( Marks: 1 )    - Please choose one

 __________ enable the input to the PC for receiving a value that is currently on the internal processor bus.

       LPC

       INC4

       LC

       Cout

   

Question No: 11    ( Marks: 1 )    - Please choose one

 ________ operation is required to change the processor's state to a known, defined value.

       Change

       Reset

       Update

       None of the given

   

Question No: 12    ( Marks: 1 )    - Please choose one

 There are _________ types of reset operations in SRC

       Two

       Three

       Four

       Five

   

Question No: 13    ( Marks: 1 )    - Please choose one

 _____________ controller controls the sequence of the flow of microinstructions.

       Multiplexer

       Microprogram

       ALU

       None of the given

   

Question No: 14    ( Marks: 1 )    - Please choose one

 FALCON-A processor bus has 16 lines or is 16-bits wide while that of SRC is __________ wide.

 

       8-bits

       24-bits

       32-bits

       64-bits

   

Question No: 15    ( Marks: 1 )    - Please choose one

 Which of the following statement(s) is/are correct about Reduced Instruction Set Computer (RISC) architectures.

 (i)        The typical RISC machine instruction set is small, and is usually a subject of a CISC instruction set.

(ii)        No arithmetic or logical instruction can refer to the memory directly.

(iii)       A comparatively large number of user registers are available.

(iv)       Instructions can be easily decoded through hard-wired control units.

 

       ► (i) and (iii) only

       ► (i), (iii) and (iv)

       ► (i), (ii) and (iii) only

 

       ► (i),(ii),(iii) and (iv)

 

   

Question No: 16    ( Marks: 1 )    - Please choose one

 Which one of the following register holds the instruction that is being executed?

 

 

 

 

 

 

 

       ► Accumulator

       ► Address Mask

       ► Instruction Register

       ► Program Counter


On Mon, May 9, 2011 at 6:56 PM, ~☆~SHINING STAR~☆~ <bc080402322@vu.edu.pk> wrote:
pehlay solve thiss...chaloo shabssh..

What is the instruction length of the SRC processor?

 

       ► 8 bits

 

       ► 16 bits

 

       ► 32 bits

 

       ► 64 bits

 

   

Question No: 2    ( Marks: 1 )    - Please choose one

 Which one of the following is the memory organization of FALCON-E processor?

 

       ► 28 * 8 bits

 

       ► 216 * 8 bits

 

       ► 232 * 8 bits

 

       ► 264 * 8 bits

 

   

Question No: 3    ( Marks: 1 )    - Please choose one

 "If P = 1, then load the contents of register R1 into register R2".

This statement can be written in RTL as:

 

       ► R1 ¬ R2

 

       ► P: R1 ¬ R2

           

       ► P: R2 ¬ R1

           

       ► P: R2 ¬ R1,   P: R1 ¬ R2

 

   

Question No: 4    ( Marks: 1 )    - Please choose one

 The instruction ---------------will load the register R3 with the contents of the memory location M [PC+56] http://vustudents.ning.com

 

►Add R3, 56

►lar R3, 56

 

►ldr R3, 56

 

►str R3, 56

 

   

Question No: 5    ( Marks: 1 )    - Please choose one

 ----------are faster than cache memory http://vustudents.ning.com

       Accumulator register

 

       CPU registers

 

       I/O devices

 

       ROM

 

 

   

Question No: 6    ( Marks: 1 )    - Please choose one

 P:  R3 ¬ R5

MAR ¬ IR

These two are instructions written using RTL .If these two operations is to occur simultaneously then which symbol will we use to separate them so that it becomes a correct statement with the condition that two operations occur simultaneously?

 

       ► Arrow    ¬           

 

       ► Colon    :                   

 

       ► Comma  ,      

 

       ► Parentheses ()    

 

   

Question No: 7    ( Marks: 1 )    - Please choose one

 Prefetching can be considered a primitive form of-------------

►Pipelining http://vustudents.ning.com

 

►Multi-processing

 

►Self-execution

 

►Exception

 

   

Question No: 8    ( Marks: 1 )    - Please choose one

 The processor must have a way of saving information about its state or context so that it can be restored upon return from the ------------- http://vustudents.ning.com

►Exception

 

►Function

 

►Stack

 

►Thread

 

   

Question No: 9    ( Marks: 1 )    - Please choose one

 

Which one of the following circuit design levels is called the gate level?

 

       Logic Design Level

 

       Circuit Level

 

       Mask Level

 

       None of the given

 

   

Question No: 10    ( Marks: 1 )    - Please choose one

 __________ enable the input to the PC for receiving a value that is currently on the internal processor bus.

       LPC

       INC4

       LC

       Cout

   

Question No: 11    ( Marks: 1 )    - Please choose one

 ________ operation is required to change the processor's state to a known, defined value.

       Change

       Reset

       Update

       None of the given

   

Question No: 12    ( Marks: 1 )    - Please choose one

 There are _________ types of reset operations in SRC

       Two

       Three

       Four

       Five

   

Question No: 13    ( Marks: 1 )    - Please choose one

 _____________ controller controls the sequence of the flow of microinstructions.

       Multiplexer

       Microprogram

       ALU

       None of the given

   

Question No: 14    ( Marks: 1 )    - Please choose one

 FALCON-A processor bus has 16 lines or is 16-bits wide while that of SRC is __________ wide.

 

       8-bits

       24-bits

       32-bits

       64-bits

   

Question No: 15    ( Marks: 1 )    - Please choose one

 Which of the following statement(s) is/are correct about Reduced Instruction Set Computer (RISC) architectures.

 (i)        The typical RISC machine instruction set is small, and is usually a subject of a CISC instruction set.

(ii)        No arithmetic or logical instruction can refer to the memory directly.

(iii)       A comparatively large number of user registers are available.

(iv)       Instructions can be easily decoded through hard-wired control units.

 

       ► (i) and (iii) only

       ► (i), (iii) and (iv)

       ► (i), (ii) and (iii) only

 

       ► (i),(ii),(iii) and (iv)

 

   

Question No: 16    ( Marks: 1 )    - Please choose one

 Which one of the following register holds the instruction that is being executed?

 

 

 

 

 

 

 

       ► Accumulator

       ► Address Mask

       ► Instruction Register

       ► Program Counter

On Mon, May 9, 2011 at 4:24 PM, ~☆~SHINING STAR~☆~ <bc080402322@vu.edu.pk> wrote:
assalamualaikum.gif

 

Plz koi to kre na pehlay or send kre Quiz...CS501..(Advance Coomputer Architecture)..??
 
Lecture 11-20..
 
Best Regards
ur well wisher,
($$)


--
"""Don't worry if people hate you because there are many others who love and care you in the earth. But be worried if ALLAH hates you because there is no other who loves and cares you in akhirat."""
 
 
"...SUBHANALLAHI WABI HAMDIHI...SUBHANALLAH IL AZEEM..."
~*~$H!N!NG $T@R~*~


 




--
"""Don't worry if people hate you because there are many others who love and care you in the earth. But be worried if ALLAH hates you because there is no other who loves and cares you in akhirat."""
 
 
"...SUBHANALLAHI WABI HAMDIHI...SUBHANALLAH IL AZEEM..."
~*~$H!N!NG $T@R~*~

--
...:::Group Rules:::...
http://groups.google.com.pk/group/vu-pink/web/group-rules
^^^^^^
You received this message because you are subscribed to the Google
Groups "vu pink" group.
To post to this group, send email to vu-pink@googlegroups.com
To unsubscribe from this group, send email to
vu-pink+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com.pk/group/vu-pink?hl=en

--
You received this message because you are subscribed to the Google Groups "Virtual University of Pakistan 2009" group.
To post to this group, send email to virtual-university-of-pakistan-2009@googlegroups.com.
To unsubscribe from this group, send email to virtual-university-of-pakistan-2009+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/virtual-university-of-pakistan-2009?hl=en.

Comments

Popular posts from this blog

Re: ::: vuaskari.com ::: CS408 - FINAL TERM SUBJECTIVE WITH REFERENCE SOLVED BY UMAIR SAULAT

GREAT WORK On Wed, Feb 20, 2013 at 11:30 PM, Umair Saulat < saulat.umair@gmail.com > wrote: CS408- Human Computer Interaction Solved Subjective Fall Semester 2012   QNo.1    it has been observed that most computer users use menu option for input instead of keyboard accelerator. What is the reason behind it? (2 Marks) Answer:- 1.        Menu options are easier to find. 2.        You don't have to memories the keys for menu option but for key board accelerators you have to memories them REF:: Handouts Page No. 127   QNo.2    Define active intervention.  (2 Marks) Answer:- Active intervention with the participant and actively probes the participant understands of whatever is being tested. REF:: Handouts Page No. 276 QNo.3    what is Ubiquitous Computing? (2 Marks) Answer:- The most profound technologies are those that disappear. They weave themselves into the fabric of everyday life until they are indi

Updating our Google Account inactivity policy

Every day Google works hard to keep you and your private information safe and secure by preventing unauthorized access to your Google Account with our built-in security protections. And keeping you safe means having strong privacy practices across our products that minimize how long we store your personal files and any data associated with them. We want to protect your private information and prevent any unauthorized access to your account even if you're no longer using our services. Therefore, we are updating the inactivity period for a Google Account to two years across all our products and services. This change starts rolling out today and will apply to any Google Account that's been inactive, meaning it has not been signed into or used within a two-year period. An inactive account and any content in it will be eligible for deletion from December 1, 2023. What this means for you: These changes do not impact you unless you h

Learn more about our updated Terms of Service

stargthb@gmail.com On January 5, 2022, we're making some changes to our Terms of Service. These changes won't affect the way you use Google services, but they'll make it easier for you to understand what to expect from Google — and what we expect from you — as you use our services. You can review the new terms here . At a glance, here's what this update means for you: More clarity on what you can expect from Google and what we expect from you : We're providing more examples to describe the mutually respectful conduct that we expect from all our users. Improved readability : While our terms remain a legal document, we've done our best to make them easier to understand, including reorganizing some topics so that they're easier to find. If you use Family Link to manage a Google Account for someone else, please take some time to talk to them about these changes. Thank you for using Google!