Assume for the program given below that the elements of array A are your student number. Assume that Data type of int is stored in 1 byte (8 bits) in memory. According to this information, write the output of the program given below. Note: Use the given assumption to get the output, don't run the code in the computer you will get wrong output. Örnek Hesaplama (Sample Calculation): Öğrenci No (Student No) 1810206037 A Dizisi (Array A) {1,8,1,0,2,0,6,0,3,7} #include #include typedef enum Ke yboards ( RightShift=1, Letshift-2, Ctrl-4, Alt=e, Scroll-16, Numlock-32, Capalock-64, Fn=128) Keyboard; int main() int A[13]-(your student nunber); unsigned int s1-0,s2-0; for (int i-0; i<13; i++) s1- s1+A[1); s1-s1<<4; printi ("Out put 1 : *u \n", s1); Checkkeyboard (s1, A[5]); void Checkkeyboard(int k, int x) ( k- k| x: k - k >3; int Key_Alt -k& Alt; if (Key_Alt) printí("Output 2 : Alt pressed \n"); else printf("output 2 : Alt not pressed \n"): k - k <<3: k - k* x<<3; int Key_Num -k 6 NumLock, Key_Caps - k & CapsLock; printf ("Out put 3 : *y \n", k); if (Key_Num) printf("Output 4 : NumLock on \n") : else printf ("Out put 4 : NumLock off \n"): if (Key_Caps) printf ("Out put 5 : CapsLock on \n") : else printf("Output 5 : CapsLock off \n"):

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

C language

Assume for the program given below that the elements of array A are your student number.
Assume that Data type of int is stored in 1 byte (8 bits) in memory. According to this
information, write the output of the program given below.
Note: Use the given assumption to get the output, don't run the code in the computer you will
get wrong output.
Örnek Hesaplama (Sample Calculation):
Öğrenci No (Student No)
| 1810206037
A Dizisi (Array A)
{1,8,1,0,2,0,6,0,3,7}
#include <stdio.h>
#include <atdlib.h>
typedef enum Keyboards ( RightShift=1, LeftShift=2, Ctrl=4, Alt=8,
Fn=128) Keyboard;
Scroll=16, NumLock=32, CapsLock=
int main()
int A[13]-{ your student number);
unsigned int s1-0, s2-0:
for (int i-0; i<13; i++) s1- s1+A[i] :
31=s1<<4;
printf ("Output 1: u \n", s1) ;
Checkkeyboard (s1, A[5]);
void CheckKeyboard (int k, int x) {
k- k| x:
k = k >>3;
int Key_Alt = k s Alt;
if (Key_Alt) printi ("Output 2 : Alt pressed \n"):
else printf("Out put 2 : Alt not pressed \n") :
k - k <<3;
k - k* x<<3;
int Key_Num = k & NumLock,
Key_Caps -k& CapsLock:
printf ("Out put 3 : *u \n", k) :
if (Key_Num) printf ("Output 4 : NumLock on \n") :
else printf("Output 4 : NumLock off \n"):
if (Key_Caps) printf ("Output 5 : CapsLock on \n"):
else printf ("Output 5 : CapsLock off \n");
Transcribed Image Text:Assume for the program given below that the elements of array A are your student number. Assume that Data type of int is stored in 1 byte (8 bits) in memory. According to this information, write the output of the program given below. Note: Use the given assumption to get the output, don't run the code in the computer you will get wrong output. Örnek Hesaplama (Sample Calculation): Öğrenci No (Student No) | 1810206037 A Dizisi (Array A) {1,8,1,0,2,0,6,0,3,7} #include <stdio.h> #include <atdlib.h> typedef enum Keyboards ( RightShift=1, LeftShift=2, Ctrl=4, Alt=8, Fn=128) Keyboard; Scroll=16, NumLock=32, CapsLock= int main() int A[13]-{ your student number); unsigned int s1-0, s2-0: for (int i-0; i<13; i++) s1- s1+A[i] : 31=s1<<4; printf ("Output 1: u \n", s1) ; Checkkeyboard (s1, A[5]); void CheckKeyboard (int k, int x) { k- k| x: k = k >>3; int Key_Alt = k s Alt; if (Key_Alt) printi ("Output 2 : Alt pressed \n"): else printf("Out put 2 : Alt not pressed \n") : k - k <<3; k - k* x<<3; int Key_Num = k & NumLock, Key_Caps -k& CapsLock: printf ("Out put 3 : *u \n", k) : if (Key_Num) printf ("Output 4 : NumLock on \n") : else printf("Output 4 : NumLock off \n"): if (Key_Caps) printf ("Output 5 : CapsLock on \n"): else printf ("Output 5 : CapsLock off \n");
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY