X

afcat.cdac.in EKT Computer Science Model Question Paper : Indian Air Force

Organisation : Indian Air Force
Exam: EKT Model Question Paper (Computer Science)-I
Document Type : Model Question Paper
Subject : (Computer Science)-I
Website : https://afcat.cdac.in/AFCAT/downloadpaper.html

EKT Computer Science Model Question Paper

Download Question Paper of EKT Model Question Paper Computer Science Sample Question is now available in the official website of Indian Air Force.

Related / Similar Question Paper :
AFCAT CDAC EKT Electrical & Electronics Question Paper

Instructions for Candidates

Time Allotted: 45 Minutes
1. Total number of Questions 50. Each Question is of three marks.
2. One mark will be deducted for every wrong answer.
3. No mark will be deducted for un-attempted Question.
4. Do not write or make any mark on Question Paper.

Download Question Paper :
Computer Science -I :
https://www.pdfquestion.in/uploads/pdf2019/34320-EKTComp-I.pdf
Computer Science -II :
https://www.pdfquestion.in/uploads/pdf2019/34320-EKTComp-II.pdf

Model Questions

Q1. If the centre of a circle is (-6,8) and it passes through the origin, then equation to its tangent at the origin is
(a) 2y=x
(b) 4y=3x
(c) 3y=4x
(d) 3x+4y=0

Q2. The liquid is flowing separately through each of two pipes whose diameters are in the ratio of 2:1, if the ratio of the velocities of flow in the two pipes by 1:2, then the ratio of the amounts of the liquid flowing per sec through the pipe will be
(a) 2:1
(b) 1:1
(c) 4:1
(d) 1:8

Q3. If ( ) | | then the derivative of ( ) at =3 is
(a) 6
(b) 7
(c) 8
(d) -8

Q4. Given P(A) = 1/4, P(B)=1/3 and P(AUB)= 1/2. Value of P(A/B) is
(a) 1/4
(b) 1/3
(c) 1/6
(d) 1/7

Q5. The angle between two vectors a = i+2j-k and b=2i+j+k is
(a) 30 deg
(b) 45 deg
(c) 60 deg
(d) 90 deg

Q6. Newton is unit of force. It is the unit in
(a) MKS system
(b) CGS system
(c) FPS system
(d) None of these

Q7. A Farad is defined as
(a) stat coulomb /volt
(b) coulomb/volt
(c) coulomb x volt
(d) stat coulomb x volt

Q8. Permeance of a magnetic circuit corresponds to the following quantity in electrical circuit
(a) conductivity
(b) resistivity
(c) conductance
(d) resistance

Q9. Hydrometer is an instrument for measuring
(a) relative humidity
(b) pressure of water
(c) volume of liquids
(d) specific gravity

Q10. Radioactivity is a property of
(a) atomic nuclei
(b) excited electron
(c) gamma rays
(d) ultraviolet light

Q11. If a plane is parallel to the plane of projection, it appears
(a) true size
(b) as a line or edge
(c) foreshortened
(d) as an oblique surface

Q12. How is a J-K Flip Flop made to toggle
(a) J=0, K=0
(b) J=1, K=0
(c) J=0, K=1
(d) J=1, K=1

Q13. No. of flip-flops used in decade counter
(a) 3
(b) 2
(c) 4
(d) None of these

Q14. The decimal equivalent of the hexadecimal number E5 is
(a) 279
(b) 229
(c) 427
(d) 3000

Q15. Which part of the computer is used for calculating and comparing?
(a) Disk unit
(b) Control unit
(c) ALU
(d) Modem

Q16. A CPU’s processing power is measured in
(a) IPS
(b) CIPS
(c) MIPS
(d) nano-seconds

Q17. Which computer memory is volatile?
(a) RAM
(b) ROM
(c) EPROM
(d) PROM

Q18. The computer code for the interchange of information between terminals is
(a) ASCII
(b) BCD
(c) EBCDIC
(d) All of these

Q19. Which of the following is not a sequential storage device?
(a) Magnetic disk
(b) Magnetic tape
(c) Paper tape
(d) All of these

Q20. The data recording area between the blank gaps on magnetic tape is called a/an:
(a) record
(b) block
(c) field
(d) database

Q21. On a systems flowchart, the online manual keeping of input data is identified by using the
(a) online storage symbol
(b) online keyboard symbol
(c) keeping operation symbols
(d) manual operation symbols

Q22. An example of a hierarchical data structure is
(a) array
(b) link list
(c) tree
(d) ring

Q23. Which of the following system software does the job of merging the records from two files into one?
(a) security software
(b) utility program
(c) networking software
(d) documentation system

Q24. Virtual Memory
(a) is a method of memory allocation by which the program is subdivided into equal portions, or pages and core is subdivided into equal portions or blocks
(b) consists of those addresses that may be generated by a processor during execution of a computation
(c) is a method of allocating processor time
(d) allows multiple programs to reside in separate areas of core at the time

Q25. Which is a permanent database in the general model of compiler?
(a) literal Table
(b) identifier Table
(c) terminal Table
(d) source code

Q26. Operating system functions may include
(a) input/output control
(b) virtual storage
(c) multi-programming
(d) all of these

Q27. Moving process from main memory to disk is called
(a) scheduling
(b) caching
(c) swapping
(d) spooling

Q28. In which addressing mode the contents of a register specified in the instruction are first decremented, and these contents are used as the effective address of the operands?
(a) index addressing
(b) indirect addressing
(c) auto increment
(d) auto decrement

Q29. In order to allow only one process to enter its critical section, binary semaphore are initialized to
(a) 0
(b) 1
(c) 2
(d) 3

Q30. The outstanding Invoice file should be stared on a Pardon Access Storage Device if
(a) invoice data entry is on-line
(b) payment recording is done in a batch rode
(c) inquiries concerning payable are to be answered on-line
(d) last record points to the first record

Q31 In SQL, which command(s) is/are used to enable/disable a database trigger?
(a) ALTER TRIGGER
(b) ALTER DATABASE
(c) ALTER TABLE
(d) MODIFY TRIGGER

Q32. The modify operation is likely to be done after
(a) Delete
(b) Look-up
(c) Insert
(d) all of these

Q33. Which of the following is not a logical data-base structure?
(a) tree
(b) relational
(c) network
(d) chain

Q34. Which of the following tools is not used in modelling the new system?
(a) decision tables
(b) data dictionary
(c) data-flow diagrams
(d) all of these

Q35. Difference between Decision-Tables and Decision Tree is (are) :
(a) value to end user
(b) form of representation
(c) one shows the logic while other shows the process
(d) all of the above

Categories: Aptitude Test
Brightlin:
www.pdfquestion.in © 2022 Contact Us   Privacy Policy   Site Map