RAVIPRAKASH PVPSIT
Assistant Professor, Department OF IT, PVPSIT, Kanuru.
Search This Blog
Thursday, November 7, 2024
Wednesday, November 6, 2024
Introduction to Programming PVP23 Pass Guarantee Topics
IP IMPORTANT Topics FOR GUARANTEE PASS
following definitions must be prepared
Definitions:
Computer,Alu,Input And Output Units,Algorithm,Flowchart,Pseudo Code,Type Casting(Coversion),Top Down Approach,Bottom Up Approach,Datatype,Variable,Keywords,Assembler,
Compiler,Interpreter, Time complexicities,
Sapace complexicities, Array,Pointer,Dynamic Memory Allocation,Recursion,Structure,Union,Function
Differences:
Top Down Approach Vs Bottom Up Approach
High Level Vs Low Level Languages
Algorithm Vs Flowchart
Break Vs Continue
While Vs-Do While
Switch Case And Nested Ifs
Recursion Vs Iteration
Structure Vs Union
Pointer Variable And Normal Variable
Call By Value And Call By Reference
Unit1:
Block diagram of computer
Low level and high level languages
Input and output units
Algorithm,Flowchart,Pseudo Code,Type Casting(Coversion),Top Down Approach,Bottom Up Approach,
structure of C
data types
c tokens,
precedence & Associatively
C-Operators
Time complexicities
Sapace complexicities
operators
unit2:must Read
Conditional Statements
Simple if
If else
If else if ladder
Switch case
Loops (for, while(entry controlled or pre condition checking ),do-while(exit-controlled or post condition checking))
Each loop syntax and small exaple
unit3:must read
Array definition and syntax
1-d array ,2-d array ,character array(string) syntax and example.
Strings
unit4:must read
pointers definition and example
Dynamic memory allocation(DMA)(malloc,calloc,realloc,free) definitions
Structure and union definitions
differences between Structure and Union
Unit5:
Function definition and advantages of functions
Function types(pre defined functions,user defined functions)
Function categories (with out arguments and with out return type,
with out arguments and with return type
with arguments and with out return type
with arguments and with return type)
recursion definition
basics of files(file modes(read mode –‘r’,write mode ‘w’,append mode ‘a’)
STANDARD PROGRAM FOR ALL UNKNOWN PROGRAMS
#include
#include
void main()
{
int a,b;
clrscr();
printf("_______________________________________");(write question name in blank in printf)
printf("_____________________________________");
getch();
}
Friday, May 8, 2020
Friday, November 15, 2019
April 2016 paper solutions download link
https://drive.google.com/open?id=1Q_rfi8XOX8DR-CWCR5CcRtm6hs2p52BR
MAY 2017 PAPER SOLUTIONS download link
Thursday, November 14, 2019
CP IMPORTANT Topics FOR GUARANTEE PASS
following definitions
must be prepared
Definitions:
Datatype,
Variable,
keywords,
Assembler,compiler,interpreter,array,pointer,recursion,structure,union,function
Differences:
break Vs Continue
while Vs-do while
Switch case and Nested ifs
recursion Vs iteration
structure Vs Union
unit1:
structure of C
data types
c tokens,algorithm,flowchart
precedence & Associatively
operators
unit2:
types of if statements (DECISION
STATEMENTS)
switch
loops(iterative statements)
arrays
strings
unit3:
functions
recursion
storage classes
unit4:
pointer
example
DMA
pre-processor
Unit5:
differences between Structure and Union
STANDARD PROGRAM FOR ALL UNKNOWN PROGRAMS
#include<stdio.h>
#include<conio.h>
void main()
{
int a,b;
clrscr();
printf("_______________________________________");(write
question name in blank in printf)
printf("_____________________________________");
getch();
}
Subscribe to:
Posts (Atom)