Results 1 to 7 of 7

Thread: [RESOLVED] Question for a Cert Exam

  1. #1

    Thread Starter
    Frenzied Member oceanebelle's Avatar
    Join Date
    Jun 2005
    Location
    my n00k.
    Posts
    1,064

    Resolved [RESOLVED] Question for a Cert Exam

    32 bits pattern display is how many times bigger than 24 bits display

    a) 8
    b) 16
    c) 128
    d) 256
    so what is the answer and most importantly the reason?

  2. #2
    PowerPoster jcis's Avatar
    Join Date
    Jan 2003
    Location
    Argentina
    Posts
    4,430

    Re: Question for a Cert Exam

    d) 256

    Reason:
    2^32 = 4294967296
    2^24 = 16777216

    16777216 * 256 = 4294967296

  3. #3
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Question for a Cert Exam

    1 bit = 2 = 2^1
    2 bit = 2 x 2 = 2^2
    3 bit = 2 x 2 x 2 = 2^3
    8 bit = 2 x 2 x 2 x 2 x 2 x 2 x 2 x 2 = 2^8


    So 24 bits is 2 multiplied by its self 24 times 2^24

    32 bits is 8 bits more


    8 bits is 2^8 which is 256
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  4. #4

    Thread Starter
    Frenzied Member oceanebelle's Avatar
    Join Date
    Jun 2005
    Location
    my n00k.
    Posts
    1,064

    Re: Question for a Cert Exam

    so you have this

    16777216 * x = 4294967296
    x = 4294967296 / 16777216
    x = 256?

    hmmm... we won't be allowed calculators during the exam.

  5. #5

    Thread Starter
    Frenzied Member oceanebelle's Avatar
    Join Date
    Jun 2005
    Location
    my n00k.
    Posts
    1,064

    Re: Question for a Cert Exam

    Quote Originally Posted by visualAd
    1 bit = 2 = 2^1
    2 bit = 2 x 2 = 2^2
    3 bit = 2 x 2 x 2 = 2^3
    8 bit = 2 x 2 x 2 x 2 x 2 x 2 x 2 x 2 = 2^8


    So 24 bits is 2 multiplied by its self 24 times 2^24

    32 bits is 8 bits more


    8 bits is 2^8 which is 256

    OK this one is shorter!

  6. #6

    Thread Starter
    Frenzied Member oceanebelle's Avatar
    Join Date
    Jun 2005
    Location
    my n00k.
    Posts
    1,064

    Re: Question for a Cert Exam

    can this question be explained using like this??? using jcis and visualAds ideas.

    = 2^32 / 2^24
    = 2^ 32-24
    = 2^8
    = 256?

  7. #7
    PowerPoster jcis's Avatar
    Join Date
    Jan 2003
    Location
    Argentina
    Posts
    4,430

    Re: [RESOLVED] Question for a Cert Exam

    Yes, when the base is the same and you divide them, powers can be subtracted like you did.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width