PSW stands for (1) Program status word (2) Processor status word (3) Process status word (4) Primitive status word

1 Answer

Answer :

Program status word

Related questions

Description : The process where in the processor constantly checks the status flags is called as _________ A. Polling B. Inspection C. Reviewing D. None of the Above

Last Answer : A. Polling

Description : What is the Address (SFR) for TCON, SCON, SBUF, PCON and PSW respectively? a) 88H, 98H, 99H, 87H, 0D0H. b) 98H, 99H, 87H, 88H, 0D0H

Last Answer : a) 88H, 98H, 99H, 87H, 0D0H

Description : Draw the format of PSW register of 8051 microcontroller and explain the function of each bit.

Last Answer : 1. CY: Carry flag. This flag is set whenever there is a carry out from the D7 bit after an 8 bit addition or subtraction. It can also be set to 1 or 0 directly by instructions such as SETB C and ... the A register contains an odd number of 1s, then P=1. P=0 if A has an even number of 1s.

Description : The process wherein the processor constantly checks the status flags is called as ___________ a) Polling b) Inspection c) Reviewing d) Echoing

Last Answer : Polling

Description : ISP stands for______ (A) Instruction Standard Processing (B) Instruction Standard Processor (C) Information Set Processing (D) Instruction Set Processor

Last Answer : (D) Instruction Set Processor

Description : PDP stands for: a) Processed Dynamic Processor b) Personal Data Processor c) Parent Document Processor d) None of These

Last Answer : b) Personal Data Processor

Description : To overcome the lag in the operating speeds of the I/O device and the processor we use ___________ a) BUffer spaces b) Status flags c) Interrupt signals d) Exceptions

Last Answer : Status flags

Description : The load instruction is mostly used to designate a transfer from memory to a processor register known as_________ A. Accumulator B. Instruction Register C. Program counter D. Memory address Register

Last Answer : A. Accumulator

Description : The term Software refers to the set of ________or data a computer processor reads in order to perform a task or operation: a) Electronic Program Instructions b) Planned program instructions

Last Answer : a) Electronic Program Instructions

Description : Which one of the following is a stored program machine? 1) Micro-processor 2) Calculator 3) Analog-computer 4) Micro-computer

Last Answer : 4) Micro-computer

Description :  ________ is a program that places programs into memory and prepares them for execution. (1) Assembler (2) Compiler (3) Loader (4) Macro processor

Last Answer : Loader

Description : The method of accessing the I/O devices by repeatedly checking the status flags is_________ A. Memory-mapped I/O B. Program-controlled I/O C. I/O mapped D. None of the Above

Last Answer : B. Program-controlled I/O

Description : SPARC stands for. a. Scalable programmer architecture b. Scalable processor architecture c Scalable point architecture d. None of these

Last Answer : b. Scalable processor architecture

Description : OPT stands for a) One Time Password b) On Time Processing c) One Time Processor d) None of the above

Last Answer : a) One Time Password

Description : HMOS stands for: a. High performance metal oxide semiconductor b. High processor metal oxide semiconductor c. Both A and b d. None of these

Last Answer : a. High performance metal oxide semiconductor

Description : OTP stands for a. On Time Password b. On Time processing c. One time processor d. None

Last Answer : a. On Time Password

Description : Information can betransferred betweenthe DBMS and a A. spreadsheet program B. word processor program C. graphicsprogram D. AH of the above E. None of the above

Last Answer : AH of the above

Description : Concurrent Process are: a) process that do not overlap in time b) process that overlap in time c) process that are executed by a processor at the same time d) None of The Above

Last Answer : b) process that overlap in time

Description : SP stands for: a. Status pointer b. Stack pointer c. a and b d. None of these

Last Answer : b. Stack pointer

Description : Kernel is: a) Considered as the critical part of the operating system b) The software which monitors the operating system c) the set of primitive functions upon which the rest of operating systems functions are built up d) None of The Above

Last Answer : c) the set of primitive functions upon which the rest of operating systems functions are built up

Description : Automatic conversion from primitive type to an object of the corresponding wrapper class is called: a) Coercing b) Casting c) Boxing d) Widening e) None of The Above

Last Answer : c) Boxing

Description : Which of the following is not a primitive data type: a) String b) Double c) Boolean d) None of The Above

Last Answer : a) String

Description : Classify the following as primitive or non-primitive data types: (i) char (ii) arrays (iii) int (iv) classes

Last Answer : Ans. (i) char – Primitive (ii) arrays – Non primitive (iii) int – Primitive (iv) Classes – Non primitive

Description : Arrange the following primitive data types in an ascending order of their size: (i) char (ii) byte (iii) double (iv) int

Last Answer : Ans. The sizes of the given data types are as follows char = 2 bytes byte = 1 byte double = 8 bytes int = 4 bytes Arranging them in ascending order gives byte < char < int < double

Description : What are the default values of the primitive datatypes int and float?

Last Answer : Ans. The default value of int is 0 and the default value of float is 0.0f.

Description : Write one difference between primitive data types and composite data types.

Last Answer : Ans. A primitive data type is not composed of other data types. Ex: int, float, double while a composite data type is composed of other data types. Ex: class

Description : Classify the following as primitive or non-primitive data types: (i) char (ii) arrays (iii) int (iv) classes

Last Answer : Ans. (i) char – Primitive (ii) arrays – Non primitive (iii) int – Primitive (iv) Classes – Non primitive

Description : Double is a ______ data type. (1) primitive (2) user defined (3) system defined (4) local

Last Answer : primitive

Description : ______are designed specifically for capturing, creating, editing and manipulating images? A. Spreadsheets B. Word Processor C. Image Editors D. None of the above

Last Answer : C. Image Editors

Description : ___________ is a software used to compose, format, edit, and print electronic documents. A. Spreadsheets B. Word Processor C. Image Editors D. None of the above

Last Answer : B. Word Processor

Description : Graphics for word processor is: a) Execute b) Highlight c) Clip Art d) None of The Above

Last Answer : c) Clip Art

Description : Which of these programs will you choose to write a letter to the head of an institution: a) Word Processor b) Spread Sheet c) Graphics and Word Processor d) None of The Above

Last Answer : word processor

Description : A set of information that defines the status of resources allocated to a process is A) Process control B) ALU C) Register Unit D) Process description

Last Answer : Answer : D

Description : Le-Blanc process is a primitive process for the manufacture of (A) Caustic soda (B) Soda ash (C) Bromine from sea water (D) Hydrochloric acid

Last Answer : (B) Soda ash

Description : RUP stands for created by a division of a) Rational Unified Program, IBM b) Rational Unified Process, Infosys c) Rational Unified Process, Microsoft d) Rational Unified Process, IBM

Last Answer : d) Rational Unified Process, IBM

Description : SPC stands (A) Standard Protocol Control (B) Stored Program Control (C) Signaling and switching Centre (D) Signaling Process Center

Last Answer : (B) Stored Program Control

Description : Which language processor converts an HLL program into machine language at once? -Technology

Last Answer : Compiler is a language processor which converts whole HLL program into machine language at once which can be understood by the processor.

Description : A computer program that contains expertise in a particular domain is called? a) intelligent planner b) automatic processor c) expert system d) operational symbolizer

Last Answer : c) expert system

Description : Mention the function of the program controller of TMS320c54 processor.

Last Answer : The program controller decodes instructions, manages the pipeline, stores the status of operations, and decodes conditional operations. Some of the hardware elements included in the program controller are ... counter, the status and control register, the stack, and the address-generation logic.

Description : List the elements in program controller of TMS320c54 processor.

Last Answer : ✔ Program Counter, The ✔ Status And Control Register ✔ Stack ✔ Address-Generation Logic.

Description : A time sharing system imply a. more than one processor in the system b. more than one program in memory c. more than one memory in the system d. None of above

Last Answer : b. more than one program in memory

Description : Why 8087 is referred to as Coprocessor? i) Because 8087 is used in parallel with main processor in a system, rather than serving as a main processor itself. ii) Because 8087 is used in serial with main processor in a ... math computations. a) i & iii b) ii & iii c) iii only. d) i only.

Last Answer : c) iii only.

Description : What is the output of the following program ? (Assume that the appropriate pre-processor directives are included and there is no syntax error) main() { char S[ ] = "ABCDEFGH"; printf ("%C",* (& ... Base address of S is 1000 */ } (A) ABCDEFGH1000 (B) CDEFGH1000 (C) DDEFGHH1000 (D) DEFGH1000

Last Answer : (D) DEFGH1000

Description : At the bottom of the word interface is the ______: a) Status Bar b) Title Bar c) Menu Bar d) None of These

Last Answer : a) Status Bar

Description : What is it said to be primitive? What does this word mean? 

Last Answer : The primitive term is used when something is lagging, rudimentary. It can also be an object, but you can also tell people who don’t have too much to bake. :) 

Description : Vista Task Scheduler Experts - I can't get the program "Tray Status" to run automatically.

Last Answer : I don't really know Windows. But TrayStatus.exe isn't really telling it where the file is. Try a complete path or cd into into the directory the file is in before running the command. Example: Microsoft ... (s) 0 bytes 2 Dir(s) 5,222,629,376 bytes free C:\Documents and Settings\johnpowell\Desktop>

Description : The method of accessing the I/O devices by repeatedly checking the status flags is ___________ a) Program-controlled I/O b) Memory-mapped I/O c) I/O mapped CSE-R17.BLOGSPOT.COM d) None of the mentioned

Last Answer : Program-controlled I/O

Description : Coverage based analysis is best described as: A. A metric used to show the logic covered during a test session providing insight to the extent of testing. B. A tool for documenting the unique ... their status through to resolution. D. The most traditional means for analyzing a system or a program

Last Answer : A. A metric used to show the logic covered during a test session providing insight to the extent of testing.