Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

CMPUT 201 (Fall) Final Examination: Version December

Rating
-
Sold
2
Pages
16
Grade
A+
Uploaded on
16-01-2023
Written in
2022/2023

CMPUT 201 (Fall) Final Examination: Version December Department of Computing Science University of Alberta Instructors: G. Lin Time: 120 Minutes Your name (last, first): Your student ID (last 4 digits): • Read these instructions and wait for the time to start. • Do NOT detach any page from the staple, 3 physical pages in total. • There are 7 problems; 28 marks in total. • Use space below the questions, and the next empty page if needed, to write your solutions legibly. • No electronic devices, no calculators, no conversations. • Closed book; one letter-size paper with hand-written notes allowed. • In general, no questions will be answered during the exam; if unsure, state your best assumptions clearly and proceed. • When the time (120 minutes) is up, stop writing and sit still waiting for your papers to be collected. 1 Do NOT write on this page, for instructor’s use only. total marks problem your marks 4 1 4 2 4 3 4 4 4 5 4 6 4 7 28 2 Last Name: ID#: Problem 1 – arrays and pointers (4 = 1 + 1 + 1 + 1 marks) Consider the following declarations and definitions int temperature[7][30]; char *months[] = {"January", "February", "March", "April", "May", "June", "July"}; 1. Write statements to initialize all elements of temperature to 15: for (int i = 0; i 7; i++) for (int j = 0; j 30; j++) temprature[i][j] = 15; 2. Write statements to assign 1 to the element temperature[3][10] using pointer arithmetics (that is, not allow to use subscrip

Show more Read less
Institution
Course

Content preview

CMPUT 201 (Fall)
Final Examination: Version
December
Department of Computing Science
University of Alberta



Instructors: G. Lin Time: 120 Minutes



Your name (last, first):

Your student ID (last 4 digits):




• Read these instructions and wait for the time to start.

• Do NOT detach any page from the staple, 3 physical pages in total.

• There are 7 problems; 28 marks in total.

• Use space below the questions, and the next empty page if needed, to write your solutions legibly.

• No electronic devices, no calculators, no conversations.

• Closed book; one letter-size paper with hand-written notes allowed.

• In general, no questions will be answered during the exam; if unsure, state your best assumptions
clearly and proceed.

• When the time (120 minutes) is up, stop writing and sit still waiting for your papers to be collected.


1

,Do NOT write on this page, for instructor’s use only.

total marks problem your marks

4 1



4 2



4 3



4 4



4 5



4 6



4 7



28




2

, Last Name: ID#:

Problem 1 – arrays and pointers (4 = 1 + 1 + 1 + 1 marks)
Consider the following declarations and definitions

int temperature[7][30];
char *months[] = {"January", "February", "March", "April", "May", "June", "July"};

1. Write statements to initialize all elements of temperature to 15:

for (int i = 0; i < 7; i++)
for (int j = 0; j < 30; j++)
temprature[i][j] = 15;


2. Write statements to assign 1 to the element temperature[3][10] using pointer arithmetics (that is,
not allow to use subscript “[·]”. Use parentheses to make clear the order of evaluation, if necessary.

*(*(temprature + 3) + 10) = 1;


3. What is the exact value that *(months[3] + 2) has?

r


4. What is the exact value that *(months + 4) has?

"May"




3

Written for

Institution
Study
Unknown
Course

Document information

Uploaded on
January 16, 2023
Number of pages
16
Written in
2022/2023
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$8.99
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Abbyy01 Exam Questions
Follow You need to be logged in order to follow users or courses
Sold
96
Member since
4 year
Number of followers
33
Documents
1337
Last sold
1 week ago

3.5

13 reviews

5
5
4
2
3
3
2
1
1
2

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions