Sunday 23 July 2017

Computer Organization & Architecture

Assignment 

Q.1 what is Computer? What is Software? Explain its type. Where it is applied?
Q2. What are the Logic Gates? Explain in detail and also explain the Universal Gates with truth table.
Q3. Convert the following into Decimal, Octal and Hexadecimal.

Structured and Spoken English

Structured and Spoken English
 


Ques. 1.What is Article? Explain the role of Article in English?

 Ques. 2. What are figures of speech?

Ques. 3. What is hyperbole? Explain with a suitable example?

Introduction to IT & PC Software

Q 1. What is computer define its characteristics and different type of computer generation.

Q2. Write notes on Input and Output device?

Friday 21 July 2017

Explain the difference between text mode and binary mode files



Streams can be classified into two types: 

1. text streams and
2. Binary streams

1.Text streams are interpreted, with a maximum length of 255 characters. With text streams, carriage return/line feed combinations are translated to the newline n character and vice versa.

2. Binary streams are uninterrupted and are treated one byte at a time with no translation of characters. a text stream would be used for reading and writing standard text files, printing output to the screen or printer, or receiving input from the keyboard. A binary text stream would typically be used for reading and writing binary files such as graphics or word processing documents, reading mouse input, or reading and writing to the modem.