Solar technology Vehicle. (Image:Aptera)

Aptera, a developer of a futuristic-looking, solar-powered passenger car, has pulled the wraps off its first production vehicle, which it says will be rolling off the assembly line this year.

Chat GPT Plus Sbscription Introduced

The ChatGPT Plus Subscription will cost $20 for monthly basis and currently it is accessible only in the US.

AI startup will generate celebrity-like voice

ElevenLabs tweeted that it has witnessed a rise in the number of voice cloning since the tool was launched. The startup also asked Twitter users to provide feedback on how voice cloning can be stopped.

Firms adopt ChatGPT to develop solutions

It’s not that companies are new to using AI-powered chatbots to answer more than just basic customer queries.

Image editing features in Microsoft Edge

The feature comes with tools to make necessary changes like image cropping, adjusting brightness, exposure, saturation, Tint, Shadow and more.

Sunday, November 17, 2019

Computer Science Grade:10


1. What is Structured programming ?

Structured programming is a top-down approach , in which developers separates the overall program structure into different subsections .

2. What is C language ?

C is a structured programming language developed at AT & Ts Bell Laboratories of USA in USA. It was designed by Dennis Ritchie in 1970s used for developing OS and application.

3. Why c is called structured programming language ?

C is called structured programming language  because a program in  c language can be divided into small  logical functional modules or structures with the help of function procedure.

4. List some features of C

C is high level programming language, so easy to understand and write a program.

C is structured programming language

C has powerful set of operators

C contain very less number of keywords (only 32)

C has ability to extend itself by adding more function to its library.

 5. List some data types of c 

C supports many data types . some of are listed below

char

int

long

float

double

6. List some operators in C language

Arithemetic operator

Logical operator

Unary operator

Assignment operator

Relational operator