the petrotype of function that takes two integer values and returns the biggest
Anonymous Quiz
5%
float foo(int a, int b)
76%
int foo(int a, int b)
15%
void foo(int a, int b)
4%
float foo(int a, int b)
Memory size is measured by___which consist of____or _____
Anonymous Quiz
3%
Design,10bits,(0’s & 1’s)
11%
Design,8bits,(0’s & 1’s)
3%
Byte,10bits,(0’s & 1’s)
82%
Byte,8bits,(0’s & 1’s)
Assume M and N intger
the statement that outputs thir product and thir Average is :
the statement that outputs thir product and thir Average is :
Anonymous Quiz
15%
printf("%d % d" ,M+N, (M+N)\2);
55%
printf("%d % d" ,M*N, (M+N)\2);
23%
printf("%d % d" , (M+N)\2);
7%
printf("%d % d" M-N, (M+N)\2);
Declare a pointer "p" and assign it the address of first byte of the array "Ary"
Anonymous Quiz
52%
int*p = arr ;
21%
int[p] = arr;
10%
int*p = “arr”
17%
None
Change the value of (1^st) element in the array to be 11 instead of 28 using "Arr"
Anonymous Quiz
81%
arr[0] = 11;
8%
arr = 11;
8%
arr[1] = 11;
4%
arr[0] = 01;
Subtract the following two binary number (1011)2 - (101)2
Anonymous Quiz
82%
(110)2
5%
(11)2
10%
(011)2
3%
(101)2
Assume X is character and Y is integer, complete the following output statement
Anonymous Quiz
53%
Print (‘’%f %c %d’’,Y*3.75,X,Y/2);
41%
Print (‘’%f %c %d’’,Y*3.75,X,Y/4);
4%
Print (‘’%f %d’’,Y*3.75,X,Y/4);
2%
Print (‘’%f %d’’,Y*3.75,X,Y/2);
What type of operations that the ALU can do__,___,___,___,___,___,__,__,__
Anonymous Quiz
43%
OR,AND,NOT,Add,Subtract,Divide,Multiply,Reminder,Comparison
9%
OR,AND,NOT, Collection,Subtract,Divide,Multiply,Reminder,Comparison
9%
OR,AND,NOT,Add, Put up,Divide,Multiply,Reminder,Comparison
40%
All answers are correct
Give two advantages of using pseudo-code___,______
Anonymous Quiz
90%
Easy to understand, Easy to change or modify Logic expressed in straightforward way
10%
Variable holds one value, Array holds more than one value, variables declared without brackers arra
What is the task of the following function int Foo(int a) { return a*a*a;}
the answer is
return the cube of the received value.
the answer is
return the cube of the received value.
Anonymous Quiz
84%
True
16%
False
What is the task of the following function float Foo(float a) {return a/2;}
The answer is:
returns half of the received value
The answer is:
returns half of the received value
Anonymous Quiz
82%
True
18%
False
:Inside the space is
Anonymous Quiz
57%
[ i=1 Fact =1 ] , [ is i<=n ]
26%
[ i=0 Fact =1 ] , [ is i<=n ]
11%
[ i=1 Fact =1 ] , [ is i<n ]
6%
[ i=1 Fact =1 ] , [ is i>=n ]
Inside the space is:
Anonymous Quiz
65%
[ I < N ] [N%I=0] [I=N]
6%
[ I < N ] [N$I=0] [I=N]
10%
[ I > N ] [N%I=0] [I=N]
19%
[ I >=N ] [N%I=0] [I=N]
تمينا 💜…
نعتذر عن أي خطأ، موفقين في امتحانكم غدوة💜.
نعتذر عن أي خطأ، موفقين في امتحانكم غدوة💜.
💘5
Computer S Tahsil - تحصيل الحاسب الٱلي
the petrotype of function that takes two integer values and returns the biggest
الاجابة الصح الثانية، سقطت سهوًا💜
❤2