Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password


Make sure to remember your password. If you forget it there is no way for StudyStack to send you a reset link. You would need to create a new account.
Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.

AS Comp

Quiz yourself by thinking what should be in each of the black spaces below before clicking on it to display the answer.
        Help!  

Question
Answer
What is BCD?   Binary Coded Decimal - A value that is used to check against a database. The value holds no real value.  
🗑
What is 39 in binary?   00100111  
🗑
What is 39 in hexadecimal?   27  
🗑
What is 39 in octal?   47  
🗑
What is sign and magnitude?   Where you change the first digit into a sign to show that it is positive or negative.  
🗑
What is the problem with sign and magnitude?   That the first bit will have to be moved if the number is greater than 127 or less than -127. This is difficult for a computer to track.  
🗑
What is 00100111 add 01001001?   01110000  
🗑
What does the Program Counter do?   Contains the address of the next instruction for the processor. The counter is incremented to find the next instruction. This is altered when an interrupt comes in.  
🗑
What does the MAR do?   Memory Address Register - It is where the instruction from the PC is stored for use by the CPU.  
🗑
What does the MDR do?   Memory Data Register - It finds the instruction from the address in the MAR and holds the instruction that the MAR has the address for.  
🗑
What does the CIR do?   Current Instruction Register - Takes the instruction from the MDR. Then splits up the command and sends parts to be decoded. It also holds the address of the data used in the instruction.  
🗑
What is the ALU?   Arithmetic and Logistics Unit - it works out the numerical equations given to it by the CPU  
🗑
What is Cache RAM?   A highspeed RAM that acts as a buffer between the other units and processor.  
🗑
What is MICR?   Magnetic Ink Character Recognition - used on cheques so humans and computers can read it.  
🗑
What is OCR?   Optical Character Recognition - A scanner and program that reads characters and inputs them into data.  
🗑


   

Review the information in the table. When you are ready to quiz yourself you can hide individual columns or the entire table. Then you can click on the empty cells to reveal the answer. Try to recall what will be displayed before clicking the empty cell.
 
To hide a column, click on the column name.
 
To hide the entire table, click on the "Hide All" button.
 
You may also shuffle the rows of the table by clicking on the "Shuffle" button.
 
Or sort by any of the columns using the down arrow next to any column heading.
If you know all the data on any row, you can temporarily remove it by tapping the trash can to the right of the row.

 
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how
Created by: Alp4stallard
Popular Computers sets