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.

IB Glossary letter P

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
parameter passing   The assignment of values to parameters to be used in a procedure.  
🗑
parity bit   A binary digit appended to a group of binary digits to make the sum of all the digits, including the appended binary digit, either odd or even as established beforehand.  
🗑
pass-by-reference   The parameter-passing mechanism by which the address of a variable is passed to the subprogram called. If the subprogram modifies the formal parameter, the corresponding actual parameter is also changed. In Java, all objects, are pass-by-reference.  
🗑
pass-by-value   The parameter passing mechanism by which a copy of the value of the actual parameter is passed to the calling procedure. If the called procedure modifies the formal parameter, the corresponding actual parameter is not affected.  
🗑
peripheral device   Any device that can communicate with a particular computer, for example: input/output units, auxiliary storage, printers.  
🗑
pointing device   An instrument, such as a mouse, trackball or joystick, used to move an icon on the screen.  
🗑
primary memory   The part of the memory where the data and programs that are in use at the time are stored.  
🗑
primitive data type   Integer, real, character or Boolean data types.  
🗑
private class members   Members of a class that are only accessible from methods inside the class.  
🗑
protocol   An internationally agreed set of rules to ensure transfer of data between devices. A standard protocol is one that is recognized as the standard for a specific type of transfer. For example, TCP/IP.  
🗑
prototyping   The construction of a simple version of a system in the design stage, showing the user interface but without full processing behind it.  
🗑
pseudo code   An artificial language used to describe computer program algorithms without using the syntax of any particular language.  
🗑
public class members   Members of a class that are accessible from anywhere and from any class.  
🗑


   

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: Stanman66
Popular Computers sets