Login

Welcome, Guest. Please login or register.

April 19, 2024, 12:50:30 pm

Author Topic: IPT Question Thread + Useful Info  (Read 32512 times)  Share 

0 Members and 1 Guest are viewing this topic.

Hua Fei

  • Trailblazer
  • *
  • Posts: 48
  • Respect: 0
Re: IPT Question Thread + Useful Info
« Reply #15 on: October 08, 2016, 08:39:19 pm »
0
Question:With out looking at answers, answer a) and c) as b) is easy.
(Image removed from quote.)

Btw where is this question from? And do you have answers?

aimbotted

  • Forum Regular
  • **
  • Posts: 82
  • Respect: 0
Re: IPT Question Thread + Useful Info
« Reply #16 on: October 08, 2016, 08:48:27 pm »
0
Btw where is this question from? And do you have answers?

ive seen them before, they're from a hsc past paper i think one of the 2011-2015 ones

BPunjabi

  • Forum Obsessive
  • ***
  • Posts: 262
  • So... Hows life?
  • Respect: 0
Re: IPT Question Thread + Useful Info
« Reply #17 on: October 09, 2016, 11:27:24 am »
0
Binary code? Do you mean you don't understand how to turn a decimal to a binary?

I dont get changing the value at the end... look at every multiple choice Question, its usually the last.
Did HSC in 2016 and was first person to get 100. Aeronautical engineering for me now :P
  <-- CLICK ME

BPunjabi

  • Forum Obsessive
  • ***
  • Posts: 262
  • So... Hows life?
  • Respect: 0
Re: IPT Question Thread + Useful Info
« Reply #18 on: October 09, 2016, 11:28:05 am »
0
No worries! Glad it helped!   :)
Also, the answers to your questions:

a) Cyclic redundancy check (CRC) is a method used to detect errors in transmission – a method 99.99% more effective than check sum. Hence, in this information system, it could be used when the details of the customer when they are applying for a loyalty card are transmitted to the department store.
Note: I don’t think I wrote an adequate amount…and if I did this correctly….

c) In this information system:
- Internet would be used to access the online department store for shopping and applying for a loyalty card. It would also be used when the customers receive advertising emails from the business partners of the online department store.
- Intranet would be used when the store shares information with its employees.
- Extranet would be used for when the store shares information with its business partners. 
Note: Not too sure about this question either……     :’(

Nice Job with c) but wouldnt you say with a) the process behind CRC?
Did HSC in 2016 and was first person to get 100. Aeronautical engineering for me now :P
  <-- CLICK ME

Hua Fei

  • Trailblazer
  • *
  • Posts: 48
  • Respect: 0
Re: IPT Question Thread + Useful Info
« Reply #19 on: October 09, 2016, 06:34:06 pm »
0
I dont get changing the value at the end... look at every multiple choice Question, its usually the last.
How to convert decimal to binary (I think that's your question?):
For example, how is 72 represented as a binary?
Answer: 1001000 (working out in the picture attached)

Hope this answered your question!
« Last Edit: October 09, 2016, 06:37:44 pm by Hua Fei »

BPunjabi

  • Forum Obsessive
  • ***
  • Posts: 262
  • So... Hows life?
  • Respect: 0
Re: IPT Question Thread + Useful Info
« Reply #20 on: October 09, 2016, 06:49:30 pm »
0
How to convert decimal to binary (I think that's your question?):
For example, how is 72 represented as a binary?
Answer: 1001000 (working out in the picture attached)

Hope this answered your question!

LoL bro, I know how to do binary ahahah and you screwed up your method.. its 0-1-2-4-8-16-32-64-128
I mean a question that says like pick the wrong message. Shows different codes. Its either odd even and you have to pick which code it is
Did HSC in 2016 and was first person to get 100. Aeronautical engineering for me now :P
  <-- CLICK ME

aimbotted

  • Forum Regular
  • **
  • Posts: 82
  • Respect: 0
Re: IPT Question Thread + Useful Info
« Reply #21 on: October 09, 2016, 07:04:47 pm »
0
hes talking about parity bits, which are 001011 0 with the parity set to odd or even.

BPunjabi

  • Forum Obsessive
  • ***
  • Posts: 262
  • So... Hows life?
  • Respect: 0
Re: IPT Question Thread + Useful Info
« Reply #22 on: October 09, 2016, 07:26:06 pm »
0
hes talking about parity bits, which are 001011 0 with the parity set to odd or even.

Yep :P
Did HSC in 2016 and was first person to get 100. Aeronautical engineering for me now :P
  <-- CLICK ME

Hua Fei

  • Trailblazer
  • *
  • Posts: 48
  • Respect: 0
Re: IPT Question Thread + Useful Info
« Reply #23 on: October 09, 2016, 08:53:15 pm »
0
hes talking about parity bits, which are 001011 0 with the parity set to odd or even.

Yep :P

Ah, right.
Well then,
For parity checks, you choose to transmit the data with an odd parity bit or an even one.

E.g. the binary to be transmitted is 0110101 and you choose odd parity. Choosing odd parity means that the number of 1's must be odd - if it's not, then you make it odd by making the parity bit 1. However, if it is, then the parity bit would be 0 in order to leave the number of 1's odd.
In this case, the number of 1's in the binary are 4. We have chosen odd parity hence the parity bit has to be 1 to make the number of 1's odd. As a result, the transmitting data would read as: 0110101 1

On the other hand, if even parity was chosen, the parity bit would be zero and the data to be transmitted would read as: 0110101 0

Hope this helped!
« Last Edit: October 09, 2016, 08:55:01 pm by Hua Fei »

Hua Fei

  • Trailblazer
  • *
  • Posts: 48
  • Respect: 0
Re: IPT Question Thread + Useful Info
« Reply #24 on: October 09, 2016, 08:59:49 pm »
0
LoL bro, I know how to do binary ahahah and you screwed up your method.. its 0-1-2-4-8-16-32-64-128
I mean a question that says like pick the wrong message. Shows different codes. Its either odd even and you have to pick which code it is
Note: the "0-1-2-4-8-16-32-64-128" method is only used for converting binary to decimal not decimal to binary. I did the method where you convert decimal to binary (i.e. 72 is converted to 1001000)

BPunjabi

  • Forum Obsessive
  • ***
  • Posts: 262
  • So... Hows life?
  • Respect: 0
Re: IPT Question Thread + Useful Info
« Reply #25 on: October 09, 2016, 11:04:08 pm »
0
Ah, right.
Well then,
For parity checks, you choose to transmit the data with an odd parity bit or an even one.

E.g. the binary to be transmitted is 0110101 and you choose odd parity. Choosing odd parity means that the number of 1's must be odd - if it's not, then you make it odd by making the parity bit 1. However, if it is, then the parity bit would be 0 in order to leave the number of 1's odd.
In this case, the number of 1's in the binary are 4. We have chosen odd parity hence the parity bit has to be 1 to make the number of 1's odd. As a result, the transmitting data would read as: 0110101 1

On the other hand, if even parity was chosen, the parity bit would be zero and the data to be transmitted would read as: 0110101 0

Hope this helped!

Ah Cool thanks :D!!!!!

- So how would you answer this question?
Did HSC in 2016 and was first person to get 100. Aeronautical engineering for me now :P
  <-- CLICK ME

aimbotted

  • Forum Regular
  • **
  • Posts: 82
  • Respect: 0
Re: IPT Question Thread + Useful Info
« Reply #26 on: October 09, 2016, 11:12:20 pm »
0
Answer's B.

Here's why, the first bye there 3 0's and 5 1's this makes it an odd parity as the parity bit is 1 to make the 1's odd. Whilst in the 2nd and 3rd byte there are even amounts of 1's and 0's. As state before the first byte's parity is ODD, whilst the second byte and third byte have even parities. Therefor the Parity is odd and the corrupted data bytes are second and third

BPunjabi

  • Forum Obsessive
  • ***
  • Posts: 262
  • So... Hows life?
  • Respect: 0
Re: IPT Question Thread + Useful Info
« Reply #27 on: October 09, 2016, 11:42:34 pm »
0
Answer's B.

Here's why, the first bye there 3 0's and 5 1's this makes it an odd parity as the parity bit is 1 to make the 1's odd. Whilst in the 2nd and 3rd byte there are even amounts of 1's and 0's. As state before the first byte's parity is ODD, whilst the second byte and third byte have even parities. Therefor the Parity is odd and the corrupted data bytes are second and third

OMFG, I love you!!! Thank you so much... I get it now!!!! do you have a similar question that you could ask me on this binary thing and I answer it and you tell me if Im right?
Did HSC in 2016 and was first person to get 100. Aeronautical engineering for me now :P
  <-- CLICK ME

Hua Fei

  • Trailblazer
  • *
  • Posts: 48
  • Respect: 0
Re: IPT Question Thread + Useful Info
« Reply #28 on: October 09, 2016, 11:57:44 pm »
0
OMFG, I love you!!! Thank you so much... I get it now!!!! do you have a similar question that you could ask me on this binary thing and I answer it and you tell me if Im right?

Have a go at these two     :)

BPunjabi

  • Forum Obsessive
  • ***
  • Posts: 262
  • So... Hows life?
  • Respect: 0
Re: IPT Question Thread + Useful Info
« Reply #29 on: October 10, 2016, 12:01:57 am »
0
Have a go at these two     :)

Im guessing a) for 1, I dont know its odd and a 1, all the rest are even
Did HSC in 2016 and was first person to get 100. Aeronautical engineering for me now :P
  <-- CLICK ME