0% found this document useful (0 votes)
24 views3 pages

Tma Spring Tm112 2025

The document outlines the Tutor-Marked Assignment (TMA) TM112 for Spring 24/25, detailing the cut-off date, total marks, and contents including various problems related to computer vision, image processing, binary conversions, and database modeling. It emphasizes the importance of originality in submissions, warning against plagiarism and requiring a declaration of no plagiarism from students. The assignment consists of five problems with specific tasks and marks allocated for each.

Uploaded by

ÓMAŘ YQ
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views3 pages

Tma Spring Tm112 2025

The document outlines the Tutor-Marked Assignment (TMA) TM112 for Spring 24/25, detailing the cut-off date, total marks, and contents including various problems related to computer vision, image processing, binary conversions, and database modeling. It emphasizes the importance of originality in submissions, warning against plagiarism and requiring a declaration of no plagiarism from students. The assignment consists of five problems with specific tasks and marks allocated for each.

Uploaded by

ÓMAŘ YQ
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Code: TM112

Tutor-Marked Assignment (TMA) Spring 24/25

Cut-Off Date: Based on the Published Deadline.


Total Marks:100 marks turned to 15 marks

Contents
Warnings and Declaration…………………………………….………………………………......1
Question 1 ……………….…………………………………. ………………………………...…..2
Question 2 ………………………………………………………………………………….…..…..2
Question 3 ………………………………………………………………………………….…..…..2
Question 4 ………………………………………………………………………………….…..…..3
Question 4 …………………………………………………………………………………………..4

Plagiarism Warning:
As per AOU rules and regulations, all students are required to submit their own TMA
work and avoid plagiarism. The AOU has implemented sophisticated techniques for
plagiarism detection. You must provide all references in case you use and quote
another person's work in your TMA. You will be penalized for any act of plagiarism as
per the AOU's rules and regulations.

Declaration of No Plagiarism by Student (to be signed and submitted by student


with TMA work):

I hereby declare that this submitted TMA work is a result of my own efforts and I have
not plagiarized any other person's work. I have provided all references of information
that I have used and quoted in my TMA work.
Name of Student:……………………………..
Signature:…………………………………………...
Date:…………………………………………………

TM112 / TMA Page 1 of 3 202342025 Spring


Problem 1: (30 marks)

What is the difference between Computer Vision and Image Processing?

Briefly, in not more than 150 to 200 words each.

Problem 2: (15 marks)


The file size of an uncompressed image is 1024 × 768 pixels, and each pixel is represented by 24
bits (8 bits per RGB channel).

1. How much storage space (in bytes) is required to store this image?

2. If the image is compressed using a lossless algorithm that reduces the size by 50%,
how much storage space will the compressed image require?

3. If the image needs to be sent over the internet with a bandwidth of 5 Mbps, how long
will it take to upload the original image?

Problem 3: (20 marks)


a) find the binary equivalent for an IP address such as: 192.168.5.25
b) Perform the following base conversions
a. (100010011010)2 = ()10
b. A2D16 = ()2
c. (40)10 = ()8
d. (BDF)16 = ()8
c) Represent the decimal number (-85) in binary using 8-bit sign magnitude
d) Draw the Logic diagram of the Boolean expression at output F=AB+BC(B+C)

Problem 4: (15 marks)

Consider the following flat database table:

Student Student Gender DOB Course Course Teacher Teacher


ID Name ID Name ID Name
12345 Alice F 12/03/21 C101 Mathematics 2001 Mr. Brown
12346 Bob M 15/06/21 C101 Mathematics 2001 Mr. Brown
12347 Charlie M 20/08/21 C102 Physics 2002 Mrs. Green
12348 Daisy F 25/10/21 C102 Physics 2002 Mrs. Green

Convert this flat database into a relational database model.

TM112 / TMA Page 2 of 3 202342025 Spring


Problem 5: (20 marks)
Two-dimensional parity
Given below is a series of 7X7-bit items of data, with an additional bit each and an extra byte to
account for parity.

a) Fill in the parity bit for each blank, assuming even parity
is followed
b) Will two-dimensional parity catch all 2-bit errors?

TM112 / TMA Page 3 of 3 202342025 Spring

You might also like