DIGITAL ELECTRONICS MCQs

Hey Guys welcome to CSE Study247 Java Programming Language Output this code Quizzes 1 Q.1 Who is father of number system 1.Aryabhatta 2. Robert 3.Denis & Netwon 4. None of these Q.2 How many types of signal in computer ? 1. 1 2. 3   3. 2 4. 4 Q.3 What is accuracy of analog … Read more

C PROGRAMMING MCQ SET-2

Hello students welcome to CSE Study247 This page provide 20 Multiple choice question with Answer that is very useful of Computer science students like preparation of many exam Like ( ISRO,DRDO ,Semester, Interview , Railway & another Government Sector) C programming is the basic language of programming that help to learn another language. So this … Read more

Operator in C/C++

Operator:- Types of operator:- There are two types of operator 1.According to operand:- 2.According to operand there are three types of operator. A. Unary operator:- B. Binary operator:- C. Ternary Operator:- 2.According to the calculation:- [i] Arithmetic operator [ii] Bitwise operator [iii] Conditional operator [iv] Decrement & Increment operator [v] Logical operator [vi] Assignment operator … Read more

C PROGRAMMING MCQ SET-1

Hello students welcome to CSE Study247 This page provides C PROGRAMMING MCQ SET-1 that is very useful for Computer science students for preparation for many exams Like ( ISRO, DRDO,Semester, Interview, Railway & other Government Sectors) C programming is the basic language of programming that helps to learn another language. So this MCQ is very … Read more

Data Types in C Programming

Data type is a keyword. It decide size of data in C/C++ programming which type of data can be stored in program. In C/C++ all the data must be stored in the variable. There are different types of data so it is necessary to specify which type of data the variable should store to perform … Read more

What is Number system

Number system Information Representation and codes The computer is required to store the following type of data i.e. octal and hexadecimal numbers are now widely used to compress long strings of binary data. Following numbers system in which data represented MSD (Most Significant Digit):- The leftmost digit having the highest weight is called as the … Read more

Generation of computer

Evolution of computer is categorized by increasing processor speed, increasing memory size increasing input output capacity and speed. First Generation{1942-1964} EX:-ENIAC, EDVAC, UNIUAC, IBM-7401 Second Generation {1952-1964} IBM1620, IBM7094, CPC1604 Third Generation {1964-1971} Some example:-IBM-360 Series, FMB-360, Honcy well 6000 series Fourth Generation{1971-1990} EX:-DEC-10,STAR-1000,CARY-1 Note:- CRAY-1 is the first supper computer. Fifth Generation{1990-Present} EX:-Desktop, Laptop, … Read more