+
5 7 ... 34567
41 50 62
  1. #41
    Status
    Offline
      smsm hamdy
    Mar 2018
    Egypt
    208
    9

    : 00966542495275





    -

    KSA-Kuwait - Bahrain -Oman - Jordon -Lebanon -Egypt-Sudan


    (.turnitin./ )

    : - OO966542495275

    : 00966542495275+

    : [email protected]





    00966542495275
    : [email protected]

    : OO966.5.4.2.4.9.5.2.7.5

    [/SIZE]




    SP202
    2017-2018
    SP202
    20
    : .
    / ɡ .















    -

    KSA-Kuwait - Bahrain -Oman - Jordon -Lebanon -Egypt-Sudan


    (.turnitin./ )

    : - OO966542495275

    : 00966542495275+

    : [email protected]





    00966542495275
    : [email protected]

    : OO966.5.4.2.4.9.5.2.7.5

    [/SIZE]

  2. #42
    Status
    Offline
      smsm hamdy
    Mar 2018
    Egypt
    208
    9

    : 00966542495275





    -

    KSA-Kuwait - Bahrain -Oman - Jordon -Lebanon -Egypt-Sudan


    (.turnitin./ )

    : - OO966542495275

    : 00966542495275+

    : [email protected]





    00966542495275
    : [email protected]

    : OO966.5.4.2.4.9.5.2.7.5

    [/SIZE]







    (TMA Form)
    - ED 313
    2017-2018
    ED 313
    : 2017-2018

    ( 20 )

    .
    ǡ .
    - ɿ
    - ǡ ǡ ǿ
    - ߿
    - ǿ

    ɿ
    ǡ ǡ ǿ
    ߿
    ǿ

    .
    ED241
    2017/2018







    : ED241
    2017/2018

    : .


    :
    1. ɡ ɡ . (5 )
    2. . (5 )
    3. . ( 5 )


    ɡ ɡ . (5 )
    . (5 )
    . ( 5 )

    SP210
    2017-2018
    TMA SP210
    2017-2018
    - : 20
    - : " " :
    ( ) ѡ .
    .
    .
    ɡ .


    : 20
    : " " :
    ( ) ѡ .
    .
    .
    ɡ .

    ()
    ED537

    2017-2018
    :

    : . ( )

    20

    ( 1000-1500) :
    1- . (4)
    2- ( 4)
    3- (4)
    4 - (4)
    5- (4)



    . (4)

    ( 4)
    (4)























    -

    KSA-Kuwait - Bahrain -Oman - Jordon -Lebanon -Egypt-Sudan


    (.turnitin./ )

    : - OO966542495275

    : 00966542495275+

    : [email protected]





    00966542495275
    : [email protected]

    : OO966.5.4.2.4.9.5.2.7.5

    [/SIZE]

  3. #43
    Status
    Offline
      smsm hamdy
    Mar 2018
    Egypt
    208
    9

    : 00966542495275





    -

    KSA-Kuwait - Bahrain -Oman - Jordon -Lebanon -Egypt-Sudan


    (.turnitin./ )

    : - OO966542495275

    : 00966542495275+

    : [email protected]





    00966542495275
    : [email protected]

    : OO966.5.4.2.4.9.5.2.7.5

    [/SIZE]





    ED-536
    2017/2018
    : ( 10 )

    1- (4 )
    2- . (6 )

    1-


    . (6 )

    : (10 )
    :


    1 1
    2 1
    3 1
    4 1
    5 2
    6 1
    7 2
    8 1






















    -

    KSA-Kuwait - Bahrain -Oman - Jordon -Lebanon -Egypt-Sudan


    (.turnitin./ )

    : - OO966542495275

    : 00966542495275+

    : [email protected]





    00966542495275
    : [email protected]

    : OO966.5.4.2.4.9.5.2.7.5

    [/SIZE]

  4. #44
    Status
    Offline
      smsm hamdy
    Mar 2018
    Egypt
    208
    9

    : 00966542495275





    -

    KSA-Kuwait - Bahrain -Oman - Jordon -Lebanon -Egypt-Sudan


    (.turnitin./ )

    : - OO966542495275

    : 00966542495275+

    : [email protected]





    00966542495275
    : [email protected]

    : OO966.5.4.2.4.9.5.2.7.5

    [/SIZE]





    Course Code: M150A
    Course Title: DATA, COMPUTING and INFORMATION - A
    Question1: (10 marks)
    1. What is the difference between the internet and the web?
    2. To have an effective communication you need to meet two conditions, mention these conditions.
    3. Why we need to learn Python programming just explain with providing three advantages?
    Cite your answer.
    4. How many programming languages in the world?
    Cite your answer.
    5. Mention two disadvantages for Python Programming?
    Cite your answer.


    Question 2: (20 marks)
    1. Use truth table to check if the following two Boolean expressions equivalent or not:

    Boolean expression 1: A and Not(A or Not B)
    Boolean expression 2: A and Not A and B
    2. For the given numbers find their equivalent in the specified base. Show your steps.
    (11100101)2 = ( )10
    (1012)10= ( )8
    3. If the image contains 800 x 600 pixels, with RGB coloring system, how many megabytes are required to store this image as a bitmap inside the computer?


    Question 3: (30 marks)
    1. Write a Python program to print the following string in a specific format
    (see the output). Sample String : "Twinkle, twinkle, little star, How I wonder
    what you are! Up above the world so high, Like a diamond in the sky.
    Twinkle, twinkle, little star, How I wonder what you are"
    Output :
    Twinkle, twinkle, little star,
    How I wonder what you are!
    Up above the world so high,
    Like a diamond in the sky.
    Twinkle, twinkle, little star,
    How I wonder what you are



    2. Write a python program to guess your mark for M150A as following :
    a. Declare three variables (MTA,TMA,Final)
    b. Declare a variable call myname and my ID
    c. Prompt the user to enter his marks consequently?
    d. Find the summation for all your mark
    e. You will check the summation as following :
    -If the total >= 90 you will print A
    - if the total >=80 and total <90 Print B
    -If the total >=70 and total and < 80 print C
    -If the total >50 and total and < 70 print D
    -If the total <70 print F
    f. Print your name with your ID to show your final mark that you guess.


    Please use real MTA mark and try to guess your mark in the final?
    Write the code and compile it
    *show three screenshots (one for the code, and one for entering the value
    The last one for the output)

    3. Write a Python program to construct the following pattern, using a nested forloop.
    *
    * *
    * * *
    * * * *
    * * * * *
    * * * *
    * * *
    * *
    *
    Please be aware from Plagiarism so be careful that you will use same name of the variables.
    Two screenshots are required one for the code and one for the printing











    -

    KSA-Kuwait - Bahrain -Oman - Jordon -Lebanon -Egypt-Sudan


    (.turnitin./ )

    : - OO966542495275

    : 00966542495275+

    : [email protected]





    00966542495275
    : [email protected]

    : OO966.5.4.2.4.9.5.2.7.5

    [/SIZE]

  5. #45
    Status
    Offline
      smsm hamdy
    Mar 2018
    Egypt
    208
    9

    : 00966542495275





    -

    KSA-Kuwait - Bahrain -Oman - Jordon -Lebanon -Egypt-Sudan


    (.turnitin./ )

    : - OO966542495275

    : 00966542495275+

    : [email protected]





    00966542495275
    : [email protected]

    : OO966.5.4.2.4.9.5.2.7.5

    [/SIZE]





    Course Code: TU170 Semester: Spring 2017 / 2018
    Course Title: Computing Essentials Credit Hours: 3 Hours
    Cut-Off Date: TBA

    Question One: [4 marks]
    In your opinion: "What is the best desktop operating system, and why?"
    Discuss this question with your classmates on the discussion (common) forum of the TU170 page on LMS.
    You should write at least 2 posts; one of them initiated (started) by you and the other as a reply to one of your classmates.
    It is required to provide a screenshot for each post (Your name and ID should be clear).
    Otherwise, you will not get any mark for this question.


    Question Two: [5 marks]
    Search about "e-book readers" using the e-library in LMS, or any search engine.
    It is required to provide:

     A paragraph (in your own words) describing e-book readers. (word count 40 80)
     Proper citation for the reference (website) you have used. (Please, refer to https://support.office.com/en-us/art...9-342C289FA2A5)

    Question Three: [4 marks]
    Using a spreadsheet application, insert the values in Figure 1 into a worksheet and create a column chart comparing number of students who got each grade in Kuwait and Bahrain branches only. (Please, refer to https://support.office.com/en-us/art...3-b3fd5d5680c2)
    Figure 1: Grade-Distribution for course X321 (Spring 2013/2014)
    It is required to copy the column chart from the worksheet and paste it in your solution document. (Do not paste it as a picture)


    Question Four: [5 marks]
    Send an email to your tutor explaining why you chose AOU to complete your study.
    It is required to provide a screenshot of the email sent to your tutor (immediately before clicking "Send"). Otherwise, you will not get any mark for this question.
    Note:
    You should use your email account to send the email. If you dont have an emailaccount, you can create a new one using any webmail provider.

    Specifications: [2 marks]
    Your solution document should include (or satisfy) the following:
     Header containing your name and ID
     Page numbering
     No grammar or spelling mistakes
     Size of your document ≤ 1 MB (Hint: reduce the size of screenshots)











    -

    KSA-Kuwait - Bahrain -Oman - Jordon -Lebanon -Egypt-Sudan


    (.turnitin./ )

    : - OO966542495275

    : 00966542495275+

    : [email protected]





    00966542495275
    : [email protected]

    : OO966.5.4.2.4.9.5.2.7.5

    [/SIZE]

  6. #46
    Status
    Offline
      smsm hamdy
    Mar 2018
    Egypt
    208
    9

    : 00966542495275





    -

    KSA-Kuwait - Bahrain -Oman - Jordon -Lebanon -Egypt-Sudan


    (.turnitin./ )

    : - OO966542495275

    : 00966542495275+

    : [email protected]





    00966542495275
    : [email protected]

    : OO966.5.4.2.4.9.5.2.7.5

    [/SIZE]





    B222A Managing Technologies and Innovation (Part A)
    TMA SPRING 2018


    III- QUESTIONS
    According to the passage above and to your own knowledge, reflect on the impact of automation on workforce and HR functions explaining its current and future advantages and drawbacks. (300 words 35 marks)
    Search on examples for some disruptive innovation and explain how it has re-shaped companies and affected the workforce in it. (350 word 35 marks)
    Choose a company in the technology industry and elaborate on the following:
    A brief description of the company profile (sector, profit, market share, main products/services, spending in R&D, number of employees)
    A description of its latest invention and how it will impact businesses and societies. (350 words 30 marks)




    II- CONCEPT TO REFLECT ON
    ur Workforce for the
    Prepare Your Workforce for the Automation Age
    By Christoph Knoess, Ron Harbour and Steve Scemama, November 2016




    III- QUESTIONS
    1- According to the passage above and to your own knowledge, reflect on the impact of automation on workforce and HR functions explaining its current and future advantages and drawbacks. (300 words 35 marks)
    2- Search on examples for some disruptive innovation and explain how it has re-shaped companies and affected the workforce in it. (350 word 35 marks)

    3- Choose a company in the technology industry and elaborate on the following:
    - A brief description of the company profile (sector, profit, market share, main products/services, spending in R&D, number of employees)
    - A description of its latest invention and how it will impact businesses and societies. (350 words 30 marks)













    -

    KSA-Kuwait - Bahrain -Oman - Jordon -Lebanon -Egypt-Sudan


    (.turnitin./ )

    : - OO966542495275

    : 00966542495275+

    : [email protected]





    00966542495275
    : [email protected]

    : OO966.5.4.2.4.9.5.2.7.5

    [/SIZE]

  7. #47
    Status
    Offline
      smsm hamdy
    Mar 2018
    Egypt
    208
    9

    : 00966542495275





    -

    KSA-Kuwait - Bahrain -Oman - Jordon -Lebanon -Egypt-Sudan


    (.turnitin./ )

    : - OO966542495275

    : 00966542495275+

    : [email protected]





    00966542495275
    : [email protected]

    : OO966.5.4.2.4.9.5.2.7.5

    [/SIZE]





    Arab Open University
    DD202A
    Tutor Marked Assignment (TMA) (2017-2018, Secondsemester)
    Cut-off Date: To be decided




    The TMA Question:
    Discuss and analysethe most important key points in the above article in the light of factors that affect the demand for coffee.

    Guidance notes to answer the TMA question:
    To answer the above TMA question, you are required to write a structured essay of no more than 1200 words. This means that your TMA should be in the three parts as follows:
    Part a)
    In this part you need to discuss the important key points in the above article. Discuss what you learned from the above article; What are the most important factors affecting the demand for coffee in the middle east in general or in the country you are living in.This part of the TMA should not exceed 500 words.(40 points)
    Part (b)
    In this part of the TMA you are required to select course concepts from chapters4or 5, Economics and Economic Changes textbook, and use these concepts to analyse the situation described in the above article.Suppose that the government restricts the total number of new branches that can be opened by all chains,how would this affect the equilibrium price and chains profits of coffee market?This part should not exceed 400 words. (30 points)
    Part (c)
    Use demand and marginal revenue and cost curve graphs to show how can Costa ensure maintaining a profit margin over its competitors for a longer period of time before economic profits becomes zero?Explain your graphs in details showing which point, at equilibrium, all firms in the market will earn zero profits.You should spend no more than 300 words on this part of the TMA. You are expected to draw the graphs by hand and scan it into your TMA. (10 points for graphs and 20 points for discussion).
    Your essay should be within the specified range of words. You are expected to present a well-structured and organized piece of work that is of your own. Plagiarism will be strictly penalized based on AOU policies. The assessment of the quality of your essay will be based on how you impress the reader (grader) about your knowledge and understanding of the topic. Please use your own words and avoid using copy-paste. When you write your TMA, you should take into consideration the following issues:












    -

    KSA-Kuwait - Bahrain -Oman - Jordon -Lebanon -Egypt-Sudan


    (.turnitin./ )

    : - OO966542495275

    : 00966542495275+

    : [email protected]





    00966542495275
    : [email protected]

    : OO966.5.4.2.4.9.5.2.7.5

    [/SIZE]

  8. #48
    Status
    Offline
      smsm hamdy
    Mar 2018
    Egypt
    208
    9

    : 00966542495275





    -

    KSA-Kuwait - Bahrain -Oman - Jordon -Lebanon -Egypt-Sudan


    (.turnitin./ )

    : - OO966542495275

    : 00966542495275+

    : [email protected]





    00966542495275
    : [email protected]

    : OO966.5.4.2.4.9.5.2.7.5

    [/SIZE]





    BE300 Marketing Research
    Tutor Marked Assessment
    Spring 2017-2018


    Question 1: (50 marks 750 words)


    Your client has recently recruited a new internal research executive and a new marketing executive. The client has asked you, an agency researcher, to prepare a training session for them. For this session, prepare a guide on the following topics:
    What research can and cannot offer (30 marks)
    (b) What an external supplier of research can offer a client organization (20 marks)
    Question 2: (50 marks 750 words)

    Select a company you work for or you know/heard about in your country, which is faced with a challenge/problem in its market for providing its service/product, and provide the following:

    A. Give a brief introduction and summary of the chosen companys challenge, and then explain the importance of defining the research problem with relation to the company. (15 marks).
    B. Compare and contrast between the types of the nature of research enquiry (exploratory, descriptive, Explanatory or causal), then choose the most appropriate type for the company in the question above, and explain in relation to the company and situation introduced. (35 marks)

    End of TMA questions










    -

    KSA-Kuwait - Bahrain -Oman - Jordon -Lebanon -Egypt-Sudan


    (.turnitin./ )

    : - OO966542495275

    : 00966542495275+

    : [email protected]





    00966542495275
    : [email protected]

    : OO966.5.4.2.4.9.5.2.7.5

    [/SIZE]

  9. #49
    Status
    Offline
      smsm hamdy
    Mar 2018
    Egypt
    208
    9

    : 00966542495275





    -

    KSA-Kuwait - Bahrain -Oman - Jordon -Lebanon -Egypt-Sudan


    (.turnitin./ )

    : - OO966542495275

    : 00966542495275+

    : [email protected]





    00966542495275
    : [email protected]

    : OO966.5.4.2.4.9.5.2.7.5

    [/SIZE]





    ARAB OPEN UNIVERSITY
    FACULTY OF BUSINESS STUDIES
    (MBA) B 716 B
    MANAGEMENT: PERSPECTIVE AND PRACTICE
    TUTOR MARKED ASSESSMENT SPRING 2017/2018 SEMESTER II

    B 716 B- TMA 01- Spring 2017-2018 Semester II
    Cut-off Date March 23rd, 2018 (23.hrs GMT)
    __________________________________
    Case Objectives:
    Shankaboot is the worlds first Arabic-language web series, created in Lebanon as a social development project carrying forward the following message: to defy traditions and explore taboos. The overarching vision is to use media and communication to create a forum for sharing alternative viewpoints, raising awareness and generating constructive discussions about the social issues that are typically experienced by Arabs, particularly youth, but which nobody dares to speak up about. After realizing that the Internet was the only medium available in the Arab world for tackling taboos and creating the interactive platform envisioned without being hindered by censorship, the Shankaboot team launched the Internet-based web series in Lebanon. The project was a resounding success, and won a 2011 International Digital Emmy Award. At the time of the case in July 2012, the producer of this award-winning Lebanese web drama,
    Katia Saleh, is approached by potential sponsors who want her to scale up the Shankaboot project to reach the rest of the Arab world. She receives the news with a mix of excitement and anxiety.
    Refer to PDF file Case Study:
    SHANKABOOT: EXTENDING THE WEB SERIES FROM LEBANON TO
    OTHER ARAB COUNTRIES

    The PDF attached case document is authorized for educator review use only by Saher El Annan, HE OTHER until November [email protected] or 617.783.7860


    QUESTIONS:
    Question one (Up to 50% Marks): (1250 words +/- 10 %)
    Explain how the elements of the external environment impact the strategic direction of Shankaboot, and discuss the approach that Shankaboot is currently using to address social issues in order to achieve its goals.

    Students should draw on evidence beyond the course material or only on the case study

    Note: For contextualization, connectivity, and understanding, candidates should have an understanding of in unit I, unit II

    Question 2 (Up to 50 % Marks): (1250 words +/- 10 %)

    Discuss the strategy adopted by Shankaboot to measure its success in Lebanon and factors that account for hankaboots success in Lebanon, and critically explain whether it should expand to other Arab countries and how.











    -

    KSA-Kuwait - Bahrain -Oman - Jordon -Lebanon -Egypt-Sudan


    (.turnitin./ )

    : - OO966542495275

    : 00966542495275+

    : [email protected]





    00966542495275
    : [email protected]

    : OO966.5.4.2.4.9.5.2.7.5

    [/SIZE]

  10. #50
    Status
    Offline
      smsm hamdy
    Mar 2018
    Egypt
    208
    9

    : 00966542495275





    -

    KSA-Kuwait - Bahrain -Oman - Jordon -Lebanon -Egypt-Sudan


    (.turnitin./ )

    : - OO966542495275

    : 00966542495275+

    : [email protected]





    00966542495275
    : [email protected]

    : OO966.5.4.2.4.9.5.2.7.5

    [/SIZE]






    T306B TMA- SPRING 2017-2018


    This item does not have a word limit specified but as a rough guide to upper limits:

    The weekly summaries should be no more than 200 words each.
    (b) The overall summary should be no more than 1000 words. (20 marks)


    Your report should be based around an explanatory commentary in course terms that guides your tutor through your analysis and includes:

    1. Your description of the problem situation using appropriate systems language where possible. This should be as presented to, and seen by you. Your data collection should have been completed.

    2. An analysis method diagram illustrating the procedural steps through the analysis method you have adopted or developed together with a rationale for its use in this context.

    3. Your Ethicality Statement.

    4. A Stakeholder Analysis that identifies all the stakeholder individuals and/or groups who should be considered in some way in your study.

    5. Explanation of any problems you encountered in this project and how you dealt with them.

    6. A reflection on how your understanding of complexity has developed so far while engaging in this project.


    T306B TMA- SPRING 2017-2018


    What to do and what to submit to your course tutor.

    You are asked to discuss with your tutor the topic/situation that you will investigates, once you got the approval from your tutor then you need to submit 3 new pieces of work to your tutor for this assignment. You should produce:

    Q1. A Tutor Report of about 2000 words that describes the situation you are addressing in course terms drawing freely on the concepts taught in T306. The discussion and argument should guide your tutor through your chosen method and demonstrate the progression and interconnectedness within your method from one stages outcome to the next. Your Tutor Report should include a range of diagrams to help your tutor make sense of the situation and subsequent analysis. It should also include the analysis method diagram and your Ethicality Statement. (60 marks)

    Q2. A Client Report of about 500 words. This should be a briefing document aimed at your Client and in plain English that justifies and sells the options for change and/or recommendations coming out of your study. (20 marks)


    Q3. Project Log. The whole of this document can be seen as the story of your Project and is in two sections. The first part the summaries can be an extract from your Learning Album if appropriate. These should consist of weekly or period summaries, whichever is appropriate to you and your style of working, detailing your progress through the Project production period. The second part is an overall summary where you are expected to reflect, in course terms, on your experience of putting your project together. This is very much an opportunity to communicate to your tutor how you have reflected on your learning and applied your systems thinking in practice (see Block 5).
    This item does not have a word limit specified but as a rough guide to upper limits:

    The weekly summaries should be no more than 200 words each.
    The overall summary should be no more than 1000 words. (20 marks)


    Your report should be based around an explanatory commentary in course terms that guides your tutor through your analysis and includes:

    Your description of the problem situation using appropriate systems language where possible. This should be as presented to, and seen by you. Your data collection should have been completed.

    An analysis method diagram illustrating the procedural steps through the analysis method you have adopted or developed together with a rationale for its use in this context.

    Your Ethicality Statement.

    A Stakeholder Analysis that identifies all the stakeholder individuals and/or groups who should be considered in some way in your study.

    Explanation of any problems you encountered in this project and how you dealt with them.

    A reflection on how your understanding of complexity has developed so far while engaging in this project.


    Good Luck,










    -

    KSA-Kuwait - Bahrain -Oman - Jordon -Lebanon -Egypt-Sudan


    (.turnitin./ )

    : - OO966542495275

    : 00966542495275+

    : [email protected]





    00966542495275
    : [email protected]

    : OO966.5.4.2.4.9.5.2.7.5

    [/SIZE]

  1. 2018 tma aou
    smsm hamdy Rise Advertise
    : 63
    : 03-03-2023, 21:59
  2. a230a 00966542495275
    smsm hamdy Rise Advertise
    : 0
    : 27-03-2018, 22:51
  3. 00966542495275
    smsm hamdy Rise Advertise
    : 0
    : 27-03-2018, 22:40