Screenshot 2024-07-09 at 8.25.19 PM
Screenshot 2024-07-09 at 8.25.19 PM
Screenshot 2024-07-09 at 8.25.19 PM
Question 1
[1]
3. Find the complement of :
Question 2
Question 3
void fnM(int p)
int RM[]={3,6,9,12,15};
System.out.print(“OUTCOME=” +RM[p]);
}
i)What will be the output if p=2?
ii)What will be the output if p=4?
iii)Which token Znds the size of the array?
PART II (50 Marks)
Answer six questions in this part, choosing
two questions from Section A,
two from Section B and two
from Section C.
SECTION – A
Answer any two questions
Question 4
[4]
the various groups (i.e., octal, quads,
pairs).
ii) Draw the logic gate diagram for the
reduced expression. Assume that
the
[1]
variables and their complements are
available as inputs.
Given the Boolean function : F(P, Q,R,S)
=Π (0, 1, 3, 5,7, 8, 9,10,11,14,15)
Reduce the above expression by using 4
variable Karnaugh map, showing [4]
the various groups (i.e., octal, quads,
pairs).
Draw the logic gate diagram for the
reduced expression. Assume that the
[1]
variables and their complements are
available as inputs.
Question 5
Question 6
INPUTS
R The person has a valid
reservation ticket
SECTION – B
Question 7
Member functions:
SeriesSum(int xx, int nm) : constructor to
assign x=xx and n=nn
double Zndfact(int m) : to return
the factorial of m using recursive technique
double Zndpower(int x, int y) : to return x
raised to the power of y using recursive
technique
void calculate() : to calculate the
sum of the series by invoking the recursive
functions respectively.
void display() : to display the
sum of the series.
Specify the class SeriesSum, giving the details
of the above member data and methods only.
DeZne the main() function to create an object
and call the member function accordingly to
enable the task.
Question
8
Question
9
[10]
SECTION – C
Question
10
[5]
void fnCheck(int n)
int s=0,t=1;
do
{
n=n/t++;
} while(n>0);
Question
11
[5]
void Check_Number(int a)
int s = ?1? ;
s=s+ ?3?;
else
Question
12
[5]
int i, j, k, temp;
temp=arr[j];
arr[j]=arr[j+1];
arr[j+1]= ?5? ;
Share this:
Twitter Facebook
Loading...
Related
PREVIOUS POST
Model Question Paper ISC Computer
Science 2018
Leave a comment
Search …
RECENT POSTS
ISC-Computer-Science-Practical–Previous-Year-2020–
Solved-Paper–Matrix-program-eu4ptr April 3, 2021
BLOG STATS
320,438 hits
Email Address
SUBSCRIBE
BLOG AT WORDPRESS.COM.