Which of the following Python programs computes the sum of five given integers ?
The algorithm represented by the following flowchart reads 5 numbers and prints the sum of them
In order to execute the above flowchart correctly A, and B should be replaced by …………….. respectively Which of the following is suitable to fill the blank in the above statement?

Consider the following statements about flowcharts:
A – A flowchart is a pictorial representation of an algorithm
B – A flowchart may have more than one ‘stop’ or ‘end’ termination symbols
C – Algorithms can be represented only by using flowcharts.
Which of the above statements is/are correct?
” Employees of modern organizations perform their duties from home” Which of the followings best describes the above statement ?
Consider the following statements about Dynamic Random Access Memory (DRAM):
A – Periodic refreshing is required for DRAM.
B – Registers in the processor are made of DRAMs
C – Memory density of DRAM is higher than that of static RAM
Which of the above statements is/are correct?
A web browser running on a client computer A renders a web page in a web server running on a computer B Which of the following is not a factor that affects the speed of rendering ?
Consider the following statements about compilers and interpreters used in programming languages :
A – Compilers/ interpreters are not required to execute a program written in assembly language.
B – Compilers are not essential to execute a program in machine code.
C – An executable program is translated into a source program by a compiler.
Which of the above statements is/are correct?
Local Area Network (LAN) has 500 network devices. What is the most appropriate subnet mask for this computer network?
In a public key cryptographic system, the private key of a person X is given by the function priv (x) and the public key is given by the function pub (x)
Consider the following statements:
A – priv (x) and pub(x) should be the same for better security
B – A message encrypted using pub (x) can be decrypted using pub (x)
C – The person x knows both priv (x) and pud (x)
Which of the above statements is/ are correct ?
Consider the following system implementation methods:
A – Direct B – Phase. C – Parallel
Which of the above methods can be recommended to implement an emergency call handling system?