morgan's Profile

581
Points

Questions
21

Answers
37

  • Asked on July 19, 2020 in Mobile.

    Step-by-step for blocking a contact on Android smartphones

    1. Open the main Phone app from your home screen.
    2. Tap the Android settings/option button to bring up the available options.
    3. Tap ‘Call settings’.

    Details Here

    • 327 views
    • 1 answers
    • 0 votes
  • Asked on May 8, 2020 in Programming.

    Swapping of two numbers in C

    #include <stdio.h>int main()
    {
    int x, y, t;

    printf(“Enter two integers\n”);
    scanf(“%d%d”, &x, &y);

    printf(“Before Swapping\nFirst integer = %d\nSecond integer = %d\n”, x, y);

    t = x;
    x = y;
    y = t;

    printf(“After Swapping\nFirst integer = %d\nSecond integer = %d\n”, x, y);

    return 0;
    }

    • 469 views
    • 1 answers
    • 0 votes
  • Asked on April 20, 2020 in Health.

    To put it simply, it’s making things more difficult.

    I recently applied for a job, but when I called to follow up on it, they said that they wouldn’t be hiring because of the coronavirus, but offered to keep my resume on file. It was incredibly frustrating to not even have a chance at getting the job because of factors outside of my control, but I stayed polite and understanding as I received the news.

    I also had a phone interview a week ago, and am waiting to hear back about that job, too. Of course, even if they are still hiring, and even if I do get it, I will likely have to set up an arrangement for working from home, and deal with the possibility of being laid off as a result of the coronavirus’ impact on the economy.

    While my financial situation is stable at the moment, I’m personally worried about the virus making my job search unnecessarily difficult, especially when I need to make use of every advantage and opportunity I can get.

     

    • 425 views
    • 1 answers
    • 0 votes
  • Asked on April 7, 2020 in Computer.

    Open the word document using MS Word 2013

    1.Click the File menu

    2.Click ‘Export’

    3.Click ‘Create PDF/XPS’ button to export the respective document into pdf.

    4.Assign your file a name and click Publish to publish the document as a pdf :

     

    • 422 views
    • 1 answers
    • 0 votes
  • Asked on April 2, 2020 in Graphic Design.

    Three ways I can thing of

    1. Provide services – logo, covers and packaging for digital and physical products.  You have to create profile and portfolio page in all free lancers website you know and can find. The most popular for quick job is fiverr.com and many sellers offering additional services there for top dollars.

    2. Create a cool graphics and put it for sale on the sites like Envato and Graphic River. Another versions of this – create a bundle of marketing graphics like buttons, CTA, icons, headlines, inforgraphics etc and offer it for sale on JVZOO, ClickBank, Warrior Forum etc offering 50% comissions to affiliates. They will drive the traffic and sales – you will collectt the money and customer list.

    3. Create a digital course on the topic of graphic design – not on how to use AI or PS, but on how to edit ready templates, how to create branding set, how to create a marketing bundle or simply do a “case study” describing exactly what you did on the project in paragraph 2.

    All of them working but number 3 is most lucrative one.

     

    • 412 views
    • 1 answers
    • 0 votes
  • Asked on March 27, 2020 in Computer.

    When you log on Windows creates an access token. This identifies you, the groups you are a member of and your privileges. And note that whether a user is an administrator or not is determined by whether the user is a member of the Administrators group.

    Without UAC(User Account Control), when you run a program it gets a copy of the access token, and this controls what the program can access.

    With UAC, when you run a program it gets a restricted access token. This is the original access token with “Administrators” removed from the list of groups (and some other changes). Even though your user is a member of the Administrators group, the program can’t use Administrator privileges.

    When you select “Run as Administrator” and your user is an administrator the program is launched with the original unrestricted access token. If your user is not an administrator you are prompted for an administrator account, and the program is run under that account.

     

    • 427 views
    • 1 answers
    • 0 votes
  • Asked on March 25, 2020 in Programming.

    Here is your answer…. the best programming languages to learn in 2020 to get a high salary job…

    In Computer Science there are so many programming languages, but a few of them are the highest paying programming languages 2020.

    Highest Paying Programming Languages 2020

    1. Go:

    Go is a programming language structure by Google engineers Robert Griesemer, Rob Pike, and Ken Thompson.

    Als, Go is statically composed, accumulate, and allowable like C, with the additional advantages of memory security, trash gathering, auxiliary arranging, and CSP-style simultaneousness.

    2. Objective C:

    Objective-C is a broadly useful, OOP language that adds Smalltalk-style informing to the C programming language.

    It was chosen as the primary language utilize by NeXT for its NeXTSTEP working framework, from which macOS and iOS are obtained.

    3. Python:

    Python is a clarify abnormal state programming language for broad useful programming.

    Made by Guido van Rossum and first delivery in 1991, Python has a plan theory that stresses code coherence, prominently utilizing huge whitespace.

    Python translators are accessible for some working systems.

    4. Ruby On Rails:

    Ruby on Rails, or Rails, is a server-side web application structure register in Ruby under the MIT License.

    Rails is a model– view controller system, giving default structures to a database, a web administration, and pages.

    5. R:

    R is a programming language and free programming condition for factual registering and illustrations upheld by the R Foundation for Statistical Computing.

    The R language is broad utilized among analysts and information small for creating factual programming and information investigation.

    6. C#:

    C# (articulated “C-sharp”) is an OOP language from Microsoft that expects to join the processing intensity of C++ without breaking a sweat of Visual Basic.

    In fact, C# depends on C++ and contains highlights like those of Java.

    • 398 views
    • 1 answers
    • 0 votes