Jump to content

KayS

Senior Members
  • Posts

    33
  • Joined

  • Last visited

Everything posted by KayS

  1. For this quesiton I chose A, the only other option which makes sense is D. D has some truth in it because it says interpreters will find errors in source code befo they are run but the second one im unsure because when i compile a program with syntax error it throws and error, but it says execute source code which is misleading. Im really stuck on choosing between the both A seems so right I can see what is wrong with B and C but cant see what is wrong with answer D. can anyone help me and tell me if im correct or completely wrong.
  2. I previously posted this in the Computer science section however, as the admin said its more relevant to this post. The question is regarding Huffman coding, The answer I chose Was A because according to huffman coding you have to sort the frequency by lowest to highest and then take the two lowest out as leaves at the bottom of the tree and start with the highest frequency at top, the one that resembles this description is A, as H & N have the lowest in frequency. I have chosen A as the answer am I correct or is this wrong?
  3. Thank you very much solving it =] the way u explained it was so much better than I learnt this year made so much more sense about think of the gates when inverted sometimes tehy turn into simple ands. =]
  4. thank you I think I get it now..let me explain the answer is A btw am I right? becausee.. (A AND B) or Not (not A OR not B) the OR in the middle of the equation allows both sides to allow the 1 to be the output for every scnerio for example if A and B do not fulfill the requirement then the other part of the equation allow the scnerio ot be complete because the OR requires either the left or right to fulfill the boolean criteria thats why all the outputs are 1. all this time i have been thinking that the plus sign means that both have to satisfy the criteria in order to deliver the 1. So in this case A is the right answer because the equation either left or right always allows use to get an output of 1? Am i correct?
  5. Hi, ive moved this topic here as one of the admins said it belond here. Does anyone have any good resource on how to convert An analogue audio signal to a digital one. I came across this question and have no idea on how to solve it, just the input that one member from this forums which was much appreciated =]. Q. An analogue audio signal is converted to digital using sampling rate of 200hz with each sample using one of 64 different levels. How many bits are needed to encode ten seconds of sound(you should ignore the memory requirements for any metadata in your calculations)? Answers: a. 1,280 bits b. 5,000 bits c. 12,000 bits d. 128,000 bits so the calculation i did was 200 * 10 *64 = 128,000, which the answer is D. However, I was wondering if there is any other way to work the answer out. Thanks
  6. As humans we interact with software and hardware, however there is another layer which im trying to understand at the momment. for example: our interaction which one seems more correct. The question is : Which way do software, hardware and people work together. Now I have narrowed it down to two answers and my answer is C however, im unsure because there is another option and I will explain my thinking behind it. answer I chose was: C Users --> Application --> Operating System -- > Physical machine ( users interact with application which interact with OS which interact with Physical machine) another option was B Users --> Operating System --> Application --> Physical machines. I chose C because applications are installed on operating systems which allow us to interact with the computer. However, B suggests that we use the operating system to interact with applications this is what is confusing me because it is true that we need an operating system to interact with applications. My question is do we interact with the Operating system or Applications.
  7. if its not A and B or not(notA or notB) then it would just return 0 unless both are 1 or both are 0?
  8. from what I have understood the answer I came up with was D because : the inverse of A or B is is only shown in truth table D. for example whenever a or b is 1 it outputs 1, and when it is 0 it remains 0. Am I correct in thinking that or Am i still reading the equation wrong. Im reading the equations not(a and B) + not(a or b)
  9. yeah omg that is so stupid I seriously was thinking that E is a different client so it was confusing me so much so the answer has to be D and assuming that A and D are the same client. Because there is no way that object c is a firewal lol as answer B suggests
  10. thanks for clearing that up what about the plus sign in the middle and the question mark because thats what is really confusing me
  11. I chose D for this question because Im sure that object C is a database which is on the Server which is B and A is the client and B is another client... whats confusing me is that should the data return back to the client that requested the data why is the data requested by A going to E ? if anyone could help clarify this example I would appreciate it thank you, please let me know if im incorrect.
  12. For the following question I chose C as the answer. I tried using just clear logic. For example. Users --> applications --> operating system --> physical machine. as the interaction, any thought if I am wrong the only one that comes close to looking a bit understandable is B but im not sure if we interact with applications or the operating system...anyone can clarify the justification for the answer for me would appreciate it
  13. =] thank you for leading me to the right path your welcome =]
  14. B is incorrect :S, after seeing the article the only clear answer seems to be C because data is data(input) cpu instructions(procecessing) and this process is backwards and forwrds....
  15. For this question I chose B as the von neuman architecture talks about input process output... so Im thinking B represents this proces ass B. data <--> cpu <-->intstructuions The only one that bothers me is D because im not sure on how t say why it is wrong. Firstly, my understanding of D is data provided by the user and sent to the CPU through instructions but then again it goes against the Von Neuman architecture.. any thoughts?
  16. The answer I chose was B, its not A - because we are always taught to never make assumptions there for limiting the dataset to 100 elements is not practical what if the customer has 200, so this is not an option. its not D - because a language doesnt determine effiency it could be writting in lowlevel langages like assembly language or high level like java the language doesnt determine speed. ------------------- now heres the issue C makes a little bit of sense to me because lets say our element is at location 1600 say we had 3000 elements we could start at 1500 and find the element quicker by putting the counter in the middle however I never chose it because lets says our element is 3 that means we would test the upper limits for no reason, and when i program I always pass an accessor to find the element and return it straight away thats why I chose B. any thoughts if im correct?
  17. Am i right to think that B and C are also wrong because they never increment the counter so it would be an endless loop checking the same condition whereas D increments its counter meaning the test changes each time?
  18. omg i get it now so the answer must be D...because the binary representation for A = 011001 K = 100011 convert htem both = a.19 k.23 which is D =] thanks man you lot are great I like how you test the mind lol...so simple in the end but im improving slowly.
  19. I understand and gates or gates etc that for an both must b true in order to give true and for the rest. I know the rules however, its the equation I do not know what they express that is whats confusing me. for example what does /a.b <<--- stand for i know a and b are the gates representation but the division slash and the dot im sure the express a special type of gate but im just not sure
  20. Could someone help me or guide me through this quesiton, and does someone have any good resource where I could learn how ot get my head around boolean equations and truth tables, I have the following quesiton:
  21. I have come across this quesition and I am good at binary to hexadecimal for example A7D = 1010 0111 1101. However, this following question has completely lost me?.. those binary representations are they the actuall representations or made up ones by the questions? any idead on what the binary representation of A would be so I could work the rest out? or any clue on how to go on about it. Thank you
  22. I get it now sorry it was my fault the index actuall starts at 1 and not 0 I just realised it..but what confuses me is that B and C test against the second last element which is a good test but return false :S for example lets say the String in the array is [ m a d a m ] <-- testing the second element "a" with second last "a" would suggest its the correct value.. but then again D seems more reasonable now as "laurieAG" suggested it checks all elements and doesnt rely on comparing the second last. So I think D is the correct answer no
  23. Does anyone have any good resource on how to convert An analogue audio signal to a digital one. I came across this question and have no idea on how to solve it. much appreciated. Q. An analogue audio signal is converted to digital using sampling rate of 200hz with each sample using one of 64 different levels. How many bits are needed to encode ten seconds of sound(you should ignore the memory requirements for any metadata in your calculations)? Answers: a. 1,280 bits b. 5,000 bits c. 12,000 bits d. 128,000 bits Thank you much appreciated... please dont block my thread I just am someone who wants to learn.
  24. I have a programming pseudo code question regarding palindrome theory, meaning a program that checks if the string is the same fowrds to backwrds and backwrds to forwrds. I chose A as my answer because If i use the string "dad" in the array it would return true, the other doe the checking but some results false any suggestions?
  25. KayS

    Pseudocode

    thank you very good explanation..my answer was right then =], I also did process of elimination can anyone help me out with this question? http://www.scienceforums.net/topic/84412-converting-analogue-audio-signal-to-digital/
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.