2023 2024 Student Forum > Management Forum > Main Forum

 
  #1  
10th August 2014, 07:59 AM
Unregistered
Guest
 
Bharat Electronics Limited Computer Science syllabus

Will you please share with me the Bharat Electronics Limited Computer Science syllabus as it is very urgent for me?
Similar Threads
Thread
Central Research Laboratory Bharat Electronics Limited Ghaziabad
Syllabus of Junior Manager (Electronics) exam in Bharat Dynamics Limited
MT coal India limited computer science Syllabus?
Syllabus of Bharat Electronics Limited exam for ECE stream
Topics on which questions will be asked in Bharat Electronics Limited written test
Bharat Sanchar Nigam Limited Computer Science syllabus
Electronics Corporation of India Limited Computer Science last year papers
Electronics Corporation of India Limited Computer Science syllabus
Bharat Electronics Limited Probationary Engineer exam last year papers of Computer Sc
Bharat Electronics Limited Probationary Engineer exam syllabus of Computer Science
Bharat Electronics Limited placement question papers of previous years
Bharat Electronics Limited placement papers and pattern
Electronics Corporation of India Limited GET Computer Science Engineering syllabus
Summer training in Bharat Electronics Limited
Syllabus of Electronics branch for Bharat Heavy Electricals Limited
Results of written exam of probationary engineer in Bharat Electronics Limited
Past year question papers of Bharat Electronics Limited of Electronics subject of Pro
Syllabus of Bharat Electronics Limited of Electronics subject of Probationary Enginee
Bharat Electronics Limited (PO engineers) syllabus for Computer Science
Bharat Electronics Limited Electronics previous year question papers in PDF format
  #2  
10th August 2014, 08:54 AM
Super Moderator
 
Join Date: Apr 2013
Re: Bharat Electronics Limited Computer Science syllabus

As you want to get the Bharat Electronics Limited Computer Science syllabus so here it is for you:

Quantitative Aptitude
Area
Average
Boats and Streams
Calendar
Chain Rule
Compound Interest
Data Interpretation
Fraction
Height and Distance
Partnership
Probability
Problems on Trains
Square Root and Cube Root
Time and Work
Percentage
Allegation of Mixture
Clock
Number Series
Decimals
Permutation and Combination
Pipes and Cistern
Problems on Ages
Problems on H.C.F and L.C.M
Profit and Loss
Ratio and Proportion
Simple Interest
Simplification
Time and Distance

General Awareness
Awards
Books and Authors
Economy
Business
Sports
Current events
Important Dates
National and International affairs
Important Personalities
Science and Technology

Reasoning Ability
Analogy
Analytical Reasoning
Arithmetic Reasoning
Blood Relation
Character Puzzles
Classification
Data Sufficiency
Direction Sense Test
Letter and Symbol Series
Logical Problems
Logical Sequence of Words
Seating Arrangement
Series Completion
Verbal Classification

General English
Correcting Sentences
Ordering
Word Usages
Comprehension
Verbs
Synonyms
Preposition
Sentence formation
Tenses

Technical Aptitude
Digital Logic
Computer Arithmetic
Logic functions
Minimization
Number representation
Computer Organization
Addressing modes
Cache memory
Combinational Circuits
Hardwired and micro-programmed control
I/O interface
Instruction pipelining
Machine instructions
Memory interface
Secondary storage
Sequential circuits
Serial communication

Theory of Computation
Context free languages
Finite automata
Pushdown automata
Recursively enumerable sets
Regular languages
Turing machines
Un-decidability

Operating Systems
Classical concepts
Concurrency
Deadlock
Processes
Inter-process communication
CPU scheduling
File systems
Protection and security
Synchronization
Threads
Memory management
I/O systems

Compiler Design
Code generation
Code Optimization
Lexical analysis
Linking
Parsing
Runtime environment
Syntax directed translation

Databases
Relational model
ER-model
Tuple calculus
Integrity constraints
Normal forms
File structures
Sequential files
Concurrency control
Relational algebra
Database design
Query languages
Indexing
Transactions

Data Structures
Binary search tree
Connected components
Design techniques
Graph
Hashing
Heap
List
Queue
Searching
Sorting
Stack
String
Tree
Spanning trees
Traversals in tree and graph

Computer networks
Application layer protocols
Data encoding and transmission
Data link control
Ethernet
Gateways
ISO/OSI stack
LAN systems and Architecture
Network devices
Network security
Packet switching
Routing protocols
Sliding window protocols
Switches
TCP / UDP
Token ring
  #3  
20th May 2015, 11:44 AM
Unregistered
Guest
 
Re: Bharat Electronics Limited Computer Science syllabus

Will you provide me syllabus of the Computer Science paper of the Bharat Electronics Limited recruitment exam ?
  #4  
20th May 2015, 11:45 AM
Super Moderator
 
Join Date: Apr 2013
Re: Bharat Electronics Limited Computer Science syllabus

As you want I am here providing you syllabus of the Computer Science paper of the Bharat Electronics Limited recruitment exam.

Syllabus :
Computer Science and Information Technology:

Computer Organization
Complier Design
Theory of Computation
Databases
Operating System
Software Engineering and Information Systems
Digital Logic
Algorithms
Web Technologies
Programming and Data Structure
Computer Networks

Sample question paper :
1. Which one of the following is provided by a data dictionary ?
(A) User data (B) Functional data
(C) Database structure data (D) Sorted data

2. Which one of the following is a direct benefit of databse normalization ?
(A) higher query processing efficiency (B) smaller number of tables
(C) reduced I/O for most queries (D) reduced data redundancy

3. What is the result of the following SQL statement ?
SELECT A.Employee_Name, B.Spouse_Name
FROM Employee A LEFT OUTER JOIN Spouse B
ON A. Employee_ID = B.Employee_ID
(A) A list of all employee’s names, including the name of their spouse if they have one
(B) A list of all employees that have spouses, with spouse names included in the list
(C) A list of employee’s spouses
(D) Two lists : One list of employees, the other of spouses.

4. The ability to modify the conceptual schema without causing any change to the application
program is known as :
(A) Physical data independence (B) Logical data independence
(C) External data independence (D) Static data

5. A field or a combination of fields that has a unique value is called :
(A) Secondary key (B) Foreign key
(C) Primary key (D) Alternate key

6. Relational operator that yields all values from all rows in a table is known as
(A) difference (B) product
(C) select (D) project

7. Referential integrity controls relationships between :
(A) attributes in a table (B) operations of an object
(C) instances of a class (D) tables in a database.

8. What will be suitable criteria that should be entered for a query to search for Employee
Names beginning with M ?
(A) Start with M (B) Like M
(C) Like ‘M?’ (D) Like ‘M*’

9. What rows will this select statement return ?
SELECT * FROM products WHERE ordernumber > = 1000
(A) All rows in the products table whose order number is greater than or equal to 1000
(B) All rows in the products table whose order number is less than or equal to 1000
(C) The first 1000 rows of the product table
(D) All rows in the products table whose order number is greater than 1000

10. A television broadcast is an example of ______transmission.
(A) Simplex (B) half-duplex
(C) full-duplex (D) automatic

11. ______ is the protocol suite for the Internet which we use presently :
(A) TCP/IP (B) NCP
(C) UNIX (D) ACM

12. _______ switching is well suited for voice communication while______ switching is better
suited for data and other non-voice communication.
(A) Message; circuit (B) Circuit; message
(C) Packet; circuit (D) Circuit; packet

13. Forty-five physical channels link________devices arranged in a mesh topology.
(A) NINE (9) (B) TEN (10)
(C) FORTY (40) (D) FORTY-FIVE (45)

14. The most frequently used UTP connector is _______ .
(A) category 5 connector (B) EIA 232
(C) RJ45 (D) JR45

15. The natural mask for class C IP address is _______ .
(A) 255.255.255.0 (B) 255.255.0.0
(C) 255.0.0.0 (D) 255.255.255.255

16. The Internet began as an experimental network called
(A) Intranet (B) ARPANET
(C) ARPA (D) DoDNET

17. Clock speed is measured in
(A) Bits per second (B) Baud
(C) Bytes (D) Hertz

18. Cache memory enhances
(A) Memory capacity (B) Memory access time
(C) Secondary storage capacity (D) Secondary storage access time

19. A user complains that he has created a shell script ‘myuse’ that will report his usage of
disk space by a directory in UNIX, but when he executes the script he only receives the
message : myuse : cannot execute. What is the probable cause of the error described
above ?
(A) The file ‘myuse’ contains syntax errors
(B) The file ‘myuse’ cannot be located because the user has not set his PATH properly
(C) The user does not have permission to read his directory
(D) The file mode for the owner of ‘myuse’ is not executable.

20. Three players A, B, C are in a race. A is twice as likely to win as B and B is twice as likely
to win as C. Then the probability that B wins =
(A) 1/2 (B) 2/3
(C) 1/3 (D) 2/7


Quick Reply
Your Username: Click here to log in

Message:
Options

Thread Tools Search this Thread



All times are GMT +5. The time now is 11:30 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
SEO by vBSEO 3.6.0 PL2

1 2 3 4