NPTEL | Problem Solving Through Programming In C | Week 1 : Assignment 1 Answers | July-2022

 


Week 1 : Assignment 1

Due date: 2022-08-10, 23:59 IST.
Assignment not submitted
1 point
The input given from keyboard is converted to computer understandable unit (bit) by the standard
 
 
 
 
1 point
The execution nature of C program is
 
 
 
 
1 point
Choose the correct statements from the following
i) In high-level language, testing and debugging a program is difficult than assembly language.
ii) C programs are highly portable on any type of operating system platform.
iii) A flowchart is a visual representation of the sequence of steps for solving a problem.
iv) The role of a compiler is to translate source program statements to decimal codes.
 
 
 
 
1 point
When we write X=Y in C, which of the following statements is valid?
 
 
 
 
1 point
 
 
 
 
1 point
 
 
 
 
1 point
 
 
 
 
1 point
The program which translates high level program into its equivalent machine language program is called
 
 
 
 
1 point
An interpreter reads the source code of a program
 
 
 
 
1 point
The C language has been developed at
 
 
 
 
You may submit any number of times before the due date. The final submission will be considered for grading.

No comments

File Uploading in PHP

  File Uploading in PHP PHP allow you to upload any type of a file i.e. image, binary or text files.etc..,PHP has one in built global variab...