how many subject in degree b.sc computer science
Hello,
In BSC Computer science the subjects are,
If you are in 1st year,
1. Language 1&2
2. Digital Fundamental of architecture
3. Data Structure and C programming
4. Mathematics foundation for computer science
If you are in 2nd year,
1. C++ Programming
2. Software Engineering
3. Java programming
4. System software and operating system
If you are in 3rd year,
1. Computer networking
2. Visual programming
3. Software testing
4. RDBMS and Oracle
So these are the common subjects for all colleges in Bsc Computer science. There are some changes also according to the college preference.
I hope this will help you.
All the best !!
Hello,
In BSC Computer science the subjects are,
If you are in 1st year,
1. Language 1&2
2. Digital Fundamental of architecture
3. Data Structure and C programming
4. Mathematics foundation for computer science
If you are in 2nd year,
Hello Manish
BSc Computer Science
is a 3 years undergraduate course teaching the basic aspects of
computer science
to the students who want to enter the field of IT and technical field.
BSc Computer Science
Year-wise
Subjects
.
First Year | ||
---|---|---|
Language 1 | C Programming | Computer Networks |
Language 2 | Data Structure | Basics of Computer Science |
Digital Fundamentals | Mathematical Foundation | Computer Science Applications |
Second Year | ||
---|---|---|
Computer Networks | Visual Programming | Visual Basic |
Oracle | Software Engineering | Java Programming |
RDBMS | Java | Digital Advancement |
Third Year | ||
---|---|---|
C++ | Programming Lab | Operating System |
Java | Java Programming | System Software & Operating System |
Software testing | Visual Programming 2 | Advanced Computer Networks |
Hope it helps
Thank you & Good Luck!!!
Subjects | Topics Covered |
---|---|
Introduction to Computers | Evolution of Computers, Generation of Computers, Classification of Computers Analog Digital and Hybrid Computers, Classification of Computers according to size, Supercomputers, Mainframe Computers, Personal Computers (Different Types) and Terminals (Different Types), Characteristics of Computers, Block Diagram of a Digital Computer, types of OS. |
Input / Output Devices | Input Devices-Keyboard, Mouse, Output Devices – VDU, Printers. Internet, Multimedia, Computer viruses |
Introduction to Programming Concepts | Types of Programming Languages, software, Classification of software, Application software and System Software, Structured Programming, Algorithms and Flowcharts with Examples |
Introduction to Number system and codes | Different number systems and their conversions (Decimal, Binary, Octal, and Hexadecimal), 1’s Complement and 2’s complement, Floating Point numbers, Coding – BCD, Gray, ASCII |
Disk Operating System | Introduction to DOS Commands. Types of DOS Commands Wild Card Character in DOS Directory Related Commands. File Related Commands and Utilities. Filters & Redirection, Batch file. |
Introduction of Windows, Features, Application | MS Windows, and its various elements of application windows title bar, menu bar, maximize and close buttons, borders and corners, scroll bars, windows icon, folder icons, dialog box and its items, starting Microsoft windows, searching the files, copying the files, disk cleanup, deleting unnecessary files |
Introduction to C | History of C, Structure of a C program. The C character set, Constants, Variables and keywords, Data type. Types of constants and variables. Type declaration and arithmetic instructions, Operators in C, Hierarchy of operators, control instructions, InputOutput statements in C (Formatted and Unformatted) |
Control Structures | Decision control structures, Logical operators, conditional operators and relational operators. Loop control structures –while, do-while, for loop, Break statement, Continue statement, switch-case control structure, goto statement Bitwise operators Bitwise AND, OR, exclusive OR, compliment, right shift and left shift operators |
Arrays | One dimensional and multidimensional array, declaration, initialization and array Manipulations, sorting (Bubble sort) Strings – Basic Concepts, Library Functions. |
Functions | Definition, function definition and prototyping, types of functions, type of arguments, Recursion, passing arrays to functions, storage class in C-automatic, register, external and static variables. |